Html Css Color HEX #CE7540 Zest

📋 copy color: '#CE7540'

red 206 ◦ green 117 ◦ blue 64

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

Shades of Zest #CE7540

Tints of Zest #CE7540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 53.23%
G = 30.23%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE7540 (or 0xCE7540) is known color: Zest. HEX triplet: CE, 75 and 40. RGB value is (206,117,64). Sum of RGB (Red+Green+Blue) = 206+117+64=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7540 is #318ABF. Grayscale: #898989. Windows color (decimal): -3246784 or 4224462. OLE color: 4224462.

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

Color convert

RGB 206 117 64 -
CMYK 0 0.43 0.69 0.19
HSL 22.39º 0.59% 0.53% -
HSV(B) 22.39º 0.69% 0.81% -
XYZ 32.74 26.21 8.18 -
YUV 137.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 206 117 64 0 0.43 0.69 0.19 22.39 0.59 0.53
Hex CE 75 40 0 2B 45 13 16 3B 35
Octal 316 165 100 0 53 105 23 26 73 65
Binary 11001110 1110101 1000000 0 101011 1000101 10011 10110 111011 110101

Color Harmonies of #CE7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7540

Black with #CE7540

Text Example


Text Example

White with #CE7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7540; }

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

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

background-color css

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

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

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

border-color css

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

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

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