COLOR #CE910D

HEX: #CE910D
RGB: (206,145,13)

Color info

#CE910D contains mainly red color. Web safe color of #CE910D is #CC9900 (or #C90).

RGB color model

#CE910D color RGB value is (206,145,13).

  • red value is 206;
  • green value is 145;
  • blue value is 13.
RGB:
(206,145,13)
(81%,57%,5%)

RGB channels and saturation

R 206 of 255 = 81%
G 145 of 255 = 57%
B 13 of 255 = 5%

206
145
13

R + G + B ~ 48%. #CE910D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 145 + 13 = 364 (100%)
R 206 of 364 ~ 56.59%
G 145 of 364 ~ 39.84%
B 13 of 364 ~ 3.57%

%56.59
%39.84

CMYK color model

#CE910D color CMYK value is (0,30,94,19).

  • cyan value is 0.00%
  • magenta value is 29.61%
  • yellow value is 93.69%
  • key color value is 19.22%
CMYK:
(0,30,94,19)
C0M30Y94K19 
(0%,30%,94%,19%)
(0.00/0.30/0.94/0.19)	

CMYK percentages

%0
%29.61
%93.69
%19.22

Codes

Color #CE910D in popluar color models

CE910D
RGB20614513
HSL41°88.13%42.94%
HSB/HSV41°93.69%80.78%
CMYK0.00%29.61%93.69%
19.22%

Color #CE910D in popluar number systems.

HEXCE910D
Decimal20614513
Binary11001110100100011101
Octal31622115

Shades and tints

Shades of #CE910D

#CE910D
(206,145,13)
#BC840C
(188,132,12)
#AA770B
(170,119,11)
#986A0A
(152,106,10)
#865D09
(134,93,9)
#745008
(116,80,8)
#624307
(98,67,7)
#503606
(80,54,6)
#3E2905
(62,41,5)
#2C1C04
(44,28,4)
#1A0F03
(26,15,3)
#000000
(0,0,0)

Tints of #CE910D

#CE910D
(206,145,13)
#D29B23
(210,155,35)
#D6A539
(214,165,57)
#DAAF4F
(218,175,79)
#DEB965
(222,185,101)
#E2C37B
(226,195,123)
#E6CD91
(230,205,145)
#EAD7A7
(234,215,167)
#EEE1BD
(238,225,189)
#F2EBD3
(242,235,211)
#F6F5E9
(246,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE910D color. Also use rgb(206,145,13) instead hex code.

Text Font Color

.myTextColor { color: #CE910D; }

<p style="color:#CE910D">This sample text font color is #CE910D.</p>

This text font color is #CE910D.


Background Color

.myBgColor { background-color: #CE910D; }

<div style="background-color:#CE910D">Inner text</div>

This div background color is #CE910D.


Border color

.myBorderColor { border: 1px solid #CE910D; }

<div style="border:3px solid #CE910D">Div</div>

This div border color is #CE910D.


Opacity

.myOpacity80 { color: #CE910D; opacity: 0.8; }

<p style="color:#CE910D;opacity:0.8;">80%</p>

Text with #CE910D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CE910D;}

<p style="text-shadow: 3px 3px 1px #CE910D">Text here.</p>

This text has shadow with #CE910D color.

.textShadow {text-shadow: 3px 3px 1px #CE910D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CE910D, 5px 5px 20px red">Text here.</p>

This text has shadow with #CE910D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CE910D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CE910D, Direction=45, Strength=4)">Text</p>

This text has shadow with #CE910D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CE910D;
  -webkit-box-shadow:	1px 1px 3px 2px #CE910D;
  box-shadow:		1px 1px 3px 2px #CE910D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CE910D;
-webkit-box-shadow: 1px 1px 3px 2px #CE910D;
box-shadow:1px 1px 3px 2px #CE910D;">
Div content here</div>
This div box has shadow with color #CE910D.

Preview

Color preview on black background

This text has color #CE910D on black background.


Color preview on white background

This text has color #CE910D on white background.



Black color preview on #CE910D background

This text has black color on #CE910D background.


White color preview on #CE910D background

This text has white color on #CE910D background.