Html Css Color HEX #EAC371 Chenin

📋 copy color: '#EAC371'

red 234 ◦ green 195 ◦ blue 113

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

Shades of Chenin #EAC371

Tints of Chenin #EAC371

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.98%

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

R = 43.17%
G = 35.98%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAC371 (or 0xEAC371) is known color: Chenin. HEX triplet: EA, C3 and 71. RGB value is (234,195,113). Sum of RGB (Red+Green+Blue) = 234+195+113=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC371 is #153C8E. Grayscale: #C5C5C5. Windows color (decimal): -1391759 or 7455722. OLE color: 7455722.

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

Color convert

RGB 234 195 113 -
CMYK 0 0.17 0.52 0.08
HSL 40.66º 0.74% 0.68% -
HSV(B) 40.66º 0.52% 0.92% -
XYZ 56.43 57.71 23.79 -
YUV 197.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 234 195 113 0 0.17 0.52 0.08 40.66 0.74 0.68
Hex EA C3 71 0 11 34 8 29 4A 44
Octal 352 303 161 0 21 64 10 51 112 104
Binary 11101010 11000011 1110001 0 10001 110100 1000 101001 1001010 1000100

Color Harmonies of #EAC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC371

Black with #EAC371

Text Example


Text Example

White with #EAC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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