Html Css Color HEX #E0C272 Chenin

📋 copy color: '#E0C272'

red 224 ◦ green 194 ◦ blue 114

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

Shades of Chenin #E0C272

Tints of Chenin #E0C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.47%

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

R = 42.11%
G = 36.47%
B = 21.43%

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

#E0C272 (or 0xE0C272) is known color: Chenin. HEX triplet: E0, C2 and 72. RGB value is (224,194,114). Sum of RGB (Red+Green+Blue) = 224+194+114=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C272 is #1F3D8D. Grayscale: #C2C2C2. Windows color (decimal): -2047374 or 7520992. OLE color: 7520992.

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

Color convert

RGB 224 194 114 -
CMYK 0 0.13 0.49 0.12
HSL 43.64º 0.64% 0.66% -
HSV(B) 43.64º 0.49% 0.88% -
XYZ 53.07 55.65 23.86 -
YUV 193.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 224 194 114 0 0.13 0.49 0.12 43.64 0.64 0.66
Hex E0 C2 72 0 D 31 C 2C 40 42
Octal 340 302 162 0 15 61 14 54 100 102
Binary 11100000 11000010 1110010 0 1101 110001 1100 101100 1000000 1000010

Color Harmonies of #E0C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C272

Black with #E0C272

Text Example


Text Example

White with #E0C272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C272; }

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

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

background-color css

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

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

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

border-color css

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

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

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