#CE5E14

Color #CE5E14 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CE5E14

Tints of Chocolate #CE5E14

Color information

#CE5E14 (or 0xCE5E14) is unknown color: approx Chocolate. HEX triplet: CE, 5E and 14. RGB value is (206,94,20). Sum of RGB (Red+Green+Blue) = 206+94+20=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E14 is #31A1EB. Grayscale: #777777. Windows color (decimal): -3252716 or 1334990. OLE color: 1334990.

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

Color convert

RGB2069420-
CMYK00.540.900.19
HSL23.87º82.3%44.31%-
HSV(B)23.87º90.29%80.78%-
XYZ29.5821.183.19-
YUV119.0572.11190.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.38%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=64.38%
G=29.38%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206942000.540.900.1923.8782.344.31
HexCE5E140365A1318522c
Octal31613624066132233012254
Binary110011101011110101000110110101101010011110001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E14; }

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

 H1.HeaderClassName
 {
   color: #CE5E14;
 }
 .AnyTagClassName
 {
   color: #CE5E14;
 }
</style>
background-color css

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

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

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

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

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

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