Html Css Color HEX #E0C074 Chenin

📋 copy color: '#E0C074'

red 224 ◦ green 192 ◦ blue 116

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

Shades of Chenin #E0C074

Tints of Chenin #E0C074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.8%

R = 42.11%
G = 36.09%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0C074 (or 0xE0C074) is known color: Chenin. HEX triplet: E0, C0 and 74. RGB value is (224,192,116). Sum of RGB (Red+Green+Blue) = 224+192+116=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C074 is #1F3F8B. Grayscale: #C1C1C1. Windows color (decimal): -2047884 or 7651552. OLE color: 7651552.

HSL color Cylindrical-coordinate representation of color #E0C074: hue angle of 42.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0C074 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 192 116 -
CMYK 0 0.14 0.48 0.12
HSL 42.22º 0.64% 0.67% -
HSV(B) 42.22º 0.48% 0.88% -
XYZ 52.74 54.81 24.32 -
YUV 192.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 224 192 116 0 0.14 0.48 0.12 42.22 0.64 0.67
Hex E0 C0 74 0 E 30 C 2A 40 43
Octal 340 300 164 0 16 60 14 52 100 103
Binary 11100000 11000000 1110100 0 1110 110000 1100 101010 1000000 1000011

Color Harmonies of #E0C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C074

Black with #E0C074

Text Example


Text Example

White with #E0C074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C074; }

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

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

background-color css

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

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

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

border-color css

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

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

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