Html Css Color HEX #E0C072 Chenin

📋 copy color: '#E0C072'

red 224 ◦ green 192 ◦ blue 114

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

Shades of Chenin #E0C072

Tints of Chenin #E0C072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

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

R = 42.26%
G = 36.23%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E0C072 (or 0xE0C072) is known color: Chenin. HEX triplet: E0, C0 and 72. RGB value is (224,192,114). Sum of RGB (Red+Green+Blue) = 224+192+114=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C072 is #1F3F8D. Grayscale: #C1C1C1. Windows color (decimal): -2047886 or 7520480. OLE color: 7520480.

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

Color convert

RGB 224 192 114 -
CMYK 0 0.14 0.49 0.12
HSL 42.55º 0.64% 0.66% -
HSV(B) 42.55º 0.49% 0.88% -
XYZ 52.63 54.76 23.72 -
YUV 192.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 224 192 114 0 0.14 0.49 0.12 42.55 0.64 0.66
Hex E0 C0 72 0 E 31 C 2B 40 42
Octal 340 300 162 0 16 61 14 53 100 102
Binary 11100000 11000000 1110010 0 1110 110001 1100 101011 1000000 1000010

Color Harmonies of #E0C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C072

Black with #E0C072

Text Example


Text Example

White with #E0C072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C072; }

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

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

background-color css

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

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

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

border-color css

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

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

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