Html Css Color HEX #CE7440 Zest

📋 copy color: '#CE7440'

red 206 ◦ green 116 ◦ blue 64

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

Shades of Zest #CE7440

Tints of Zest #CE7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 53.37%
G = 30.05%
B = 16.58%

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

#CE7440 (or 0xCE7440) is known color: Zest. HEX triplet: CE, 74 and 40. RGB value is (206,116,64). Sum of RGB (Red+Green+Blue) = 206+116+64=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7440 is #318BBF. Grayscale: #898989. Windows color (decimal): -3247040 or 4224206. OLE color: 4224206.

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

Color convert

RGB 206 116 64 -
CMYK 0 0.44 0.69 0.19
HSL 21.97º 0.59% 0.53% -
HSV(B) 21.97º 0.69% 0.81% -
XYZ 32.62 25.98 8.15 -
YUV 136.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 206 116 64 0 0.44 0.69 0.19 21.97 0.59 0.53
Hex CE 74 40 0 2C 45 13 16 3B 35
Octal 316 164 100 0 54 105 23 26 73 65
Binary 11001110 1110100 1000000 0 101100 1000101 10011 10110 111011 110101

Color Harmonies of #CE7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7440

Black with #CE7440

Text Example


Text Example

White with #CE7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7440; }

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

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

background-color css

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

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

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

border-color css

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

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

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