Html Css Color HEX #CE7340 Zest

📋 copy color: '#CE7340'

red 206 ◦ green 115 ◦ blue 64

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

Shades of Zest #CE7340

Tints of Zest #CE7340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 53.51%
G = 29.87%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE7340 (or 0xCE7340) is known color: Zest. HEX triplet: CE, 73 and 40. RGB value is (206,115,64). Sum of RGB (Red+Green+Blue) = 206+115+64=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7340 is #318CBF. Grayscale: #888888. Windows color (decimal): -3247296 or 4223950. OLE color: 4223950.

HSL color Cylindrical-coordinate representation of color #CE7340: hue angle of 21.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE7340 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 64 -
CMYK 0 0.44 0.69 0.19
HSL 21.55º 0.59% 0.53% -
HSV(B) 21.55º 0.69% 0.81% -
XYZ 32.51 25.75 8.11 -
YUV 136.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 206 115 64 0 0.44 0.69 0.19 21.55 0.59 0.53
Hex CE 73 40 0 2C 45 13 16 3B 35
Octal 316 163 100 0 54 105 23 26 73 65
Binary 11001110 1110011 1000000 0 101100 1000101 10011 10110 111011 110101

Color Harmonies of #CE7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7340

Black with #CE7340

Text Example


Text Example

White with #CE7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7340; }

 p { color: rgb(206,115,64); }

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

background-color css

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

 a { background-color: rgb(206,115,64); }

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

border-color css

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

 span { border-color: rgb(206,115,64); }

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