Html Css Color HEX #CE5418 Chocolate

📋 copy color: '#CE5418'

red 206 ◦ green 84 ◦ blue 24

#CE5418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CE5418

Tints of Chocolate #CE5418

RGB

 RED value IS 206 (80.86% from 255) = 65.61%

 GREEN value IS 84 (33.2% from 255) = 26.75%

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 65.61%
G = 26.75%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE5418 (or 0xCE5418) is known color: Chocolate. HEX triplet: CE, 54 and 18. RGB value is (206,84,24). Sum of RGB (Red+Green+Blue) = 206+84+24=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5418 is #31ABE7. Grayscale: #717171. Windows color (decimal): -3255272 or 1594574. OLE color: 1594574.

HSL color Cylindrical-coordinate representation of color #CE5418: hue angle of 19.78º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE5418 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 24 -
CMYK 0 0.59 0.88 0.19
HSL 19.78º 0.79% 0.45% -
HSV(B) 19.78º 0.88% 0.81% -
XYZ 28.79 19.53 3.12 -
YUV 113.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 206 84 24 0 0.59 0.88 0.19 19.78 0.79 0.45
Hex CE 54 18 0 3B 58 13 14 4F 2D
Octal 316 124 30 0 73 130 23 24 117 55
Binary 11001110 1010100 11000 0 111011 1011000 10011 10100 1001111 101101

Color Harmonies of #CE5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5418

Black with #CE5418

Text Example


Text Example

White with #CE5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5418; }

 p { color: rgb(206,84,24); }

 H1.HeaderClassName
 {
   color: #CE5418;
 }
 .AnyTagClassName
 {
   color: #CE5418;
 }
</style>

background-color css

<style>
 a { background-color: #CE5418; }

 a { background-color: rgb(206,84,24); }

 div.DivClassName
 {
   background-color: #CE5418;
 }
 .BgClassName
 {
   background-color: #CE5418;
 }
</style>

border-color css

<style>
 span { border-color: #CE5418; }

 span { border-color: rgb(206,84,24); }

 td.TdClassName
 {
   border-color: #CE5418;
 }
 .TagClassName
 {
   border-color: #CE5418;
 }
</style>