#CE7039

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

Shades of Zest #CE7039

Tints of Zest #CE7039

Color information

#CE7039 (or 0xCE7039) is unknown color: approx Zest. HEX triplet: CE, 70 and 39. RGB value is (206,112,57). Sum of RGB (Red+Green+Blue) = 206+112+57=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7039 is #318FC6. Grayscale: #868686. Windows color (decimal): -3248071 or 3764430. OLE color: 3764430.

HSL color Cylindrical-coordinate representation of color #CE7039: hue angle of 22.15º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE7039 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20611257-
CMYK00.460.720.19
HSL22.15º60.32%51.57%-
HSV(B)22.15º72.33%80.78%-
XYZ31.9925.017.01-
YUV133.8484.64179.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.93%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=54.93%
G=29.87%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061125700.460.720.1922.1560.3251.57
HexCE703902E4813163c34
Octal3161607105611023267464
Binary110011101110000111001010111010010001001110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7039; }

 p { color: rgb(206,112,57); }

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

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

 a { background-color: rgb(206,112,57); }

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

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

 span { border-color: rgb(206,112,57); }

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