#CE713B

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

Shades of Zest #CE713B

Tints of Zest #CE713B

Color information

#CE713B (or 0xCE713B) is unknown color: approx Zest. HEX triplet: CE, 71 and 3B. RGB value is (206,113,59). Sum of RGB (Red+Green+Blue) = 206+113+59=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE713B is #318EC4. Grayscale: #868686. Windows color (decimal): -3247813 or 3895758. OLE color: 3895758.

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

Color convert

RGB20611359-
CMYK00.450.710.19
HSL22.04º60%51.96%-
HSV(B)22.04º71.36%80.78%-
XYZ32.1525.257.32-
YUV134.6585.31178.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=54.50%
G=29.89%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061135900.450.710.1922.046051.96
HexCE713B02D4713163c34
Octal3161617305510723267464
Binary110011101110001111011010110110001111001110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE713B; }

 p { color: rgb(206,113,59); }

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

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

 a { background-color: rgb(206,113,59); }

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

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

 span { border-color: rgb(206,113,59); }

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