Html Css Color HEX #EAC470 Chenin

📋 copy color: '#EAC470'

red 234 ◦ green 196 ◦ blue 112

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

Shades of Chenin #EAC470

Tints of Chenin #EAC470

RGB

 RED value IS 234 (91.8% from 255) = 43.17%

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

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

R = 43.17%
G = 36.16%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAC470 (or 0xEAC470) is known color: Chenin. HEX triplet: EA, C4 and 70. RGB value is (234,196,112). Sum of RGB (Red+Green+Blue) = 234+196+112=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC470 is #153B8F. Grayscale: #C6C6C6. Windows color (decimal): -1391504 or 7390442. OLE color: 7390442.

HSL color Cylindrical-coordinate representation of color #EAC470: hue angle of 41.31º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAC470 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 196 112 -
CMYK 0 0.16 0.52 0.08
HSL 41.31º 0.74% 0.68% -
HSV(B) 41.31º 0.52% 0.92% -
XYZ 56.6 58.14 23.57 -
YUV 197.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 234 196 112 0 0.16 0.52 0.08 41.31 0.74 0.68
Hex EA C4 70 0 10 34 8 29 4A 44
Octal 352 304 160 0 20 64 10 51 112 104
Binary 11101010 11000100 1110000 0 10000 110100 1000 101001 1001010 1000100

Color Harmonies of #EAC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC470

Black with #EAC470

Text Example


Text Example

White with #EAC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC470; }

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

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

background-color css

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

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

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

border-color css

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

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

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