Html Css Color HEX #CE5518 Chocolate

📋 copy color: '#CE5518'

red 206 ◦ green 85 ◦ blue 24

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

Shades of Chocolate #CE5518

Tints of Chocolate #CE5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 65.4%
G = 26.98%
B = 7.62%

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

#CE5518 (or 0xCE5518) is known color: Chocolate. HEX triplet: CE, 55 and 18. RGB value is (206,85,24). Sum of RGB (Red+Green+Blue) = 206+85+24=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5518 is #31AAE7. Grayscale: #727272. Windows color (decimal): -3255016 or 1594830. OLE color: 1594830.

HSL color Cylindrical-coordinate representation of color #CE5518: hue angle of 20.11º 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 #CE5518 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 24 -
CMYK 0 0.59 0.88 0.19
HSL 20.11º 0.79% 0.45% -
HSV(B) 20.11º 0.88% 0.81% -
XYZ 28.87 19.68 3.14 -
YUV 114.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 206 85 24 0 0.59 0.88 0.19 20.11 0.79 0.45
Hex CE 55 18 0 3B 58 13 14 4F 2D
Octal 316 125 30 0 73 130 23 24 117 55
Binary 11001110 1010101 11000 0 111011 1011000 10011 10100 1001111 101101

Color Harmonies of #CE5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5518

Black with #CE5518

Text Example


Text Example

White with #CE5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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