Html Css Color HEX #EAC571 Chenin

📋 copy color: '#EAC571'

red 234 ◦ green 197 ◦ blue 113

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

Shades of Chenin #EAC571

Tints of Chenin #EAC571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.77%

R = 43.01%
G = 36.21%
B = 20.77%

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

#EAC571 (or 0xEAC571) is known color: Chenin. HEX triplet: EA, C5 and 71. RGB value is (234,197,113). Sum of RGB (Red+Green+Blue) = 234+197+113=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC571 is #153A8E. Grayscale: #C6C6C6. Windows color (decimal): -1391247 or 7456234. OLE color: 7456234.

HSL color Cylindrical-coordinate representation of color #EAC571: hue angle of 41.65º 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 #EAC571 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 113 -
CMYK 0 0.16 0.52 0.08
HSL 41.65º 0.74% 0.68% -
HSV(B) 41.65º 0.52% 0.92% -
XYZ 56.88 58.62 23.94 -
YUV 198.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 234 197 113 0 0.16 0.52 0.08 41.65 0.74 0.68
Hex EA C5 71 0 10 34 8 2A 4A 44
Octal 352 305 161 0 20 64 10 52 112 104
Binary 11101010 11000101 1110001 0 10000 110100 1000 101010 1001010 1000100

Color Harmonies of #EAC571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC571

Black with #EAC571

Text Example


Text Example

White with #EAC571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC571; }

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

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

background-color css

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

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

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

border-color css

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

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

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