Html Css Color HEX #E0C772 Chenin

📋 copy color: '#E0C772'

red 224 ◦ green 199 ◦ blue 114

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

Shades of Chenin #E0C772

Tints of Chenin #E0C772

RGB

 RED value IS 224 (87.89% from 255) = 41.71%

 GREEN value IS 199 (78.13% from 255) = 37.06%

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

R = 41.71%
G = 37.06%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0C772 (or 0xE0C772) is known color: Chenin. HEX triplet: E0, C7 and 72. RGB value is (224,199,114). Sum of RGB (Red+Green+Blue) = 224+199+114=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C772 is #1F388D. Grayscale: #C5C5C5. Windows color (decimal): -2046094 or 7522272. OLE color: 7522272.

HSL color Cylindrical-coordinate representation of color #E0C772: hue angle of 46.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0C772 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 199 114 -
CMYK 0 0.11 0.49 0.12
HSL 46.36º 0.64% 0.66% -
HSV(B) 46.36º 0.49% 0.88% -
XYZ 54.2 57.91 24.24 -
YUV 196.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 224 199 114 0 0.11 0.49 0.12 46.36 0.64 0.66
Hex E0 C7 72 0 B 31 C 2E 40 42
Octal 340 307 162 0 13 61 14 56 100 102
Binary 11100000 11000111 1110010 0 1011 110001 1100 101110 1000000 1000010

Color Harmonies of #E0C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C772

Black with #E0C772

Text Example


Text Example

White with #E0C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C772; }

 p { color: rgb(224,199,114); }

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

background-color css

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

 a { background-color: rgb(224,199,114); }

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

border-color css

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

 span { border-color: rgb(224,199,114); }

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