Html Css Color HEX #E1C472 Chenin

📋 copy color: '#E1C472'

red 225 ◦ green 196 ◦ blue 114

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

Shades of Chenin #E1C472

Tints of Chenin #E1C472

RGB

 RED value IS 225 (88.28% from 255) = 42.06%

 GREEN value IS 196 (76.95% from 255) = 36.64%

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

R = 42.06%
G = 36.64%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E1C472 (or 0xE1C472) is known color: Chenin. HEX triplet: E1, C4 and 72. RGB value is (225,196,114). Sum of RGB (Red+Green+Blue) = 225+196+114=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C472 is #1E3B8D. Grayscale: #C3C3C3. Windows color (decimal): -1981326 or 7521505. OLE color: 7521505.

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

Color convert

RGB 225 196 114 -
CMYK 0 0.13 0.49 0.12
HSL 44.32º 0.65% 0.66% -
HSV(B) 44.32º 0.49% 0.88% -
XYZ 53.83 56.7 24.03 -
YUV 195.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 225 196 114 0 0.13 0.49 0.12 44.32 0.65 0.66
Hex E1 C4 72 0 D 31 C 2C 41 42
Octal 341 304 162 0 15 61 14 54 101 102
Binary 11100001 11000100 1110010 0 1101 110001 1100 101100 1000001 1000010

Color Harmonies of #E1C472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C472

Black with #E1C472

Text Example


Text Example

White with #E1C472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C472; }

 p { color: rgb(225,196,114); }

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

background-color css

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

 a { background-color: rgb(225,196,114); }

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

border-color css

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

 span { border-color: rgb(225,196,114); }

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