Html Css Color HEX #CE7038 Zest

📋 copy color: '#CE7038'

red 206 ◦ green 112 ◦ blue 56

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

Shades of Zest #CE7038

Tints of Zest #CE7038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 56 (22.27% from 255) = 14.97%

R = 55.08%
G = 29.95%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE7038 (or 0xCE7038) is known color: Zest. HEX triplet: CE, 70 and 38. RGB value is (206,112,56). Sum of RGB (Red+Green+Blue) = 206+112+56=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7038 is #318FC7. Grayscale: #868686. Windows color (decimal): -3248072 or 3698894. OLE color: 3698894.

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

Color convert

RGB 206 112 56 -
CMYK 0 0.46 0.73 0.19
HSL 22.4º 0.6% 0.51% -
HSV(B) 22.4º 0.73% 0.81% -
XYZ 31.96 25 6.88 -
YUV 133.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 206 112 56 0 0.46 0.73 0.19 22.4 0.6 0.51
Hex CE 70 38 0 2E 49 13 16 3C 33
Octal 316 160 70 0 56 111 23 26 74 63
Binary 11001110 1110000 111000 0 101110 1001001 10011 10110 111100 110011

Color Harmonies of #CE7038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7038

Black with #CE7038

Text Example


Text Example

White with #CE7038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7038; }

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

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

background-color css

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

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

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

border-color css

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

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

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