Html Css Color HEX #E7C072 Chenin

📋 copy color: '#E7C072'

red 231 ◦ green 192 ◦ blue 114

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

Shades of Chenin #E7C072

Tints of Chenin #E7C072

RGB

 RED value IS 231 (90.63% from 255) = 43.02%

 GREEN value IS 192 (75.39% from 255) = 35.75%

 BLUE value IS 114 (44.92% from 255) = 21.23%

R = 43.02%
G = 35.75%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7C072 (or 0xE7C072) is known color: Chenin. HEX triplet: E7, C0 and 72. RGB value is (231,192,114). Sum of RGB (Red+Green+Blue) = 231+192+114=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C072 is #183F8D. Grayscale: #C3C3C3. Windows color (decimal): -1589134 or 7520487. OLE color: 7520487.

HSL color Cylindrical-coordinate representation of color #E7C072: hue angle of 40º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7C072 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 192 114 -
CMYK 0 0.17 0.51 0.09
HSL 40º 0.71% 0.68% -
HSV(B) 40º 0.51% 0.91% -
XYZ 54.84 55.9 23.82 -
YUV 194.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 231 192 114 0 0.17 0.51 0.09 40 0.71 0.68
Hex E7 C0 72 0 11 33 9 28 47 44
Octal 347 300 162 0 21 63 11 50 107 104
Binary 11100111 11000000 1110010 0 10001 110011 1001 101000 1000111 1000100

Color Harmonies of #E7C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C072

Black with #E7C072

Text Example


Text Example

White with #E7C072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C072; }

 p { color: rgb(231,192,114); }

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

background-color css

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

 a { background-color: rgb(231,192,114); }

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

border-color css

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

 span { border-color: rgb(231,192,114); }

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