Html Css Color HEX #E8C470 Chenin

📋 copy color: '#E8C470'

red 232 ◦ green 196 ◦ blue 112

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

Shades of Chenin #E8C470

Tints of Chenin #E8C470

RGB

 RED value IS 232 (91.02% from 255) = 42.96%

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

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 42.96%
G = 36.3%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E8C470 (or 0xE8C470) is known color: Chenin. HEX triplet: E8, C4 and 70. RGB value is (232,196,112). Sum of RGB (Red+Green+Blue) = 232+196+112=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C470 is #173B8F. Grayscale: #C5C5C5. Windows color (decimal): -1522576 or 7390440. OLE color: 7390440.

HSL color Cylindrical-coordinate representation of color #E8C470: hue angle of 42º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8C470 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 196 112 -
CMYK 0 0.16 0.52 0.09
HSL 42º 0.72% 0.67% -
HSV(B) 42º 0.52% 0.91% -
XYZ 55.94 57.81 23.54 -
YUV 197.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 232 196 112 0 0.16 0.52 0.09 42 0.72 0.67
Hex E8 C4 70 0 10 34 9 2A 48 43
Octal 350 304 160 0 20 64 11 52 110 103
Binary 11101000 11000100 1110000 0 10000 110100 1001 101010 1001000 1000011

Color Harmonies of #E8C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C470

Black with #E8C470

Text Example


Text Example

White with #E8C470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C470; }

 p { color: rgb(232,196,112); }

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

background-color css

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

 a { background-color: rgb(232,196,112); }

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

border-color css

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

 span { border-color: rgb(232,196,112); }

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