Html Css Color HEX #E2C972 Chenin

📋 copy color: '#E2C972'

red 226 ◦ green 201 ◦ blue 114

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

Shades of Chenin #E2C972

Tints of Chenin #E2C972

RGB

 RED value IS 226 (88.67% from 255) = 41.77%

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

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

R = 41.77%
G = 37.15%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2C972 (or 0xE2C972) is known color: Chenin. HEX triplet: E2, C9 and 72. RGB value is (226,201,114). Sum of RGB (Red+Green+Blue) = 226+201+114=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C972 is #1D368D. Grayscale: #C6C6C6. Windows color (decimal): -1914510 or 7522786. OLE color: 7522786.

HSL color Cylindrical-coordinate representation of color #E2C972: hue angle of 46.61º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2C972 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 201 114 -
CMYK 0 0.11 0.50 0.11
HSL 46.61º 0.66% 0.67% -
HSV(B) 46.61º 0.5% 0.89% -
XYZ 55.29 59.16 24.42 -
YUV 198.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 226 201 114 0 0.11 0.50 0.11 46.61 0.66 0.67
Hex E2 C9 72 0 B 32 B 2F 42 43
Octal 342 311 162 0 13 62 13 57 102 103
Binary 11100010 11001001 1110010 0 1011 110010 1011 101111 1000010 1000011

Color Harmonies of #E2C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C972

Black with #E2C972

Text Example


Text Example

White with #E2C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C972; }

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

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

background-color css

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

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

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

border-color css

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

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

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