Html Css Color HEX #CE5A14 Chocolate

📋 copy color: '#CE5A14'

red 206 ◦ green 90 ◦ blue 20

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

Shades of Chocolate #CE5A14

Tints of Chocolate #CE5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 65.19%
G = 28.48%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE5A14 (or 0xCE5A14) is known color: Chocolate. HEX triplet: CE, 5A and 14. RGB value is (206,90,20). Sum of RGB (Red+Green+Blue) = 206+90+20=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5A14 is #31A5EB. Grayscale: #757575. Windows color (decimal): -3253740 or 1333966. OLE color: 1333966.

HSL color Cylindrical-coordinate representation of color #CE5A14: hue angle of 22.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5A14 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 20 -
CMYK 0 0.56 0.90 0.19
HSL 22.58º 0.82% 0.44% -
HSV(B) 22.58º 0.9% 0.81% -
XYZ 29.24 20.48 3.07 -
YUV 116.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 206 90 20 0 0.56 0.90 0.19 22.58 0.82 0.44
Hex CE 5A 14 0 38 5A 13 17 52 2C
Octal 316 132 24 0 70 132 23 27 122 54
Binary 11001110 1011010 10100 0 111000 1011010 10011 10111 1010010 101100

Color Harmonies of #CE5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A14

Black with #CE5A14

Text Example


Text Example

White with #CE5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A14; }

 p { color: rgb(206,90,20); }

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

background-color css

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

 a { background-color: rgb(206,90,20); }

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

border-color css

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

 span { border-color: rgb(206,90,20); }

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