Html Css Color HEX #EAC572 Chenin

📋 copy color: '#EAC572'

red 234 ◦ green 197 ◦ blue 114

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

Shades of Chenin #EAC572

Tints of Chenin #EAC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.15%

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

R = 42.94%
G = 36.15%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAC572 (or 0xEAC572) is known color: Chenin. HEX triplet: EA, C5 and 72. RGB value is (234,197,114). Sum of RGB (Red+Green+Blue) = 234+197+114=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC572 is #153A8D. Grayscale: #C6C6C6. Windows color (decimal): -1391246 or 7521770. OLE color: 7521770.

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

Color convert

RGB 234 197 114 -
CMYK 0 0.16 0.51 0.08
HSL 41.5º 0.74% 0.68% -
HSV(B) 41.5º 0.51% 0.92% -
XYZ 56.94 58.64 24.24 -
YUV 198.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 234 197 114 0 0.16 0.51 0.08 41.5 0.74 0.68
Hex EA C5 72 0 10 33 8 2A 4A 44
Octal 352 305 162 0 20 63 10 52 112 104
Binary 11101010 11000101 1110010 0 10000 110011 1000 101010 1001010 1000100

Color Harmonies of #EAC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC572

Black with #EAC572

Text Example


Text Example

White with #EAC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC572; }

 p { color: rgb(234,197,114); }

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

background-color css

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

 a { background-color: rgb(234,197,114); }

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

border-color css

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

 span { border-color: rgb(234,197,114); }

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