Html Css Color HEX #E0C972 Chenin

📋 copy color: '#E0C972'

red 224 ◦ green 201 ◦ blue 114

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

Shades of Chenin #E0C972

Tints of Chenin #E0C972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

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

R = 41.56%
G = 37.29%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0C972 (or 0xE0C972) is known color: Chenin. HEX triplet: E0, C9 and 72. RGB value is (224,201,114). Sum of RGB (Red+Green+Blue) = 224+201+114=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C972 is #1F368D. Grayscale: #C6C6C6. Windows color (decimal): -2045582 or 7522784. OLE color: 7522784.

HSL color Cylindrical-coordinate representation of color #E0C972: hue angle of 47.45º 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 #E0C972 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 201 114 -
CMYK 0 0.10 0.49 0.12
HSL 47.45º 0.64% 0.66% -
HSV(B) 47.45º 0.49% 0.88% -
XYZ 54.66 58.84 24.39 -
YUV 197.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 224 201 114 0 0.10 0.49 0.12 47.45 0.64 0.66
Hex E0 C9 72 0 A 31 C 2F 40 42
Octal 340 311 162 0 12 61 14 57 100 102
Binary 11100000 11001001 1110010 0 1010 110001 1100 101111 1000000 1000010

Color Harmonies of #E0C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C972

Black with #E0C972

Text Example


Text Example

White with #E0C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C972; }

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

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

background-color css

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

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

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

border-color css

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

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

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