Html Css Color HEX #EAC372 Chenin

📋 copy color: '#EAC372'

red 234 ◦ green 195 ◦ blue 114

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

Shades of Chenin #EAC372

Tints of Chenin #EAC372

RGB

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

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

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

R = 43.09%
G = 35.91%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAC372 (or 0xEAC372) is known color: Chenin. HEX triplet: EA, C3 and 72. RGB value is (234,195,114). Sum of RGB (Red+Green+Blue) = 234+195+114=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC372 is #153C8D. Grayscale: #C5C5C5. Windows color (decimal): -1391758 or 7521258. OLE color: 7521258.

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

Color convert

RGB 234 195 114 -
CMYK 0 0.17 0.51 0.08
HSL 40.5º 0.74% 0.68% -
HSV(B) 40.5º 0.51% 0.92% -
XYZ 56.48 57.74 24.09 -
YUV 197.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 234 195 114 0 0.17 0.51 0.08 40.5 0.74 0.68
Hex EA C3 72 0 11 33 8 28 4A 44
Octal 352 303 162 0 21 63 10 50 112 104
Binary 11101010 11000011 1110010 0 10001 110011 1000 101000 1001010 1000100

Color Harmonies of #EAC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC372

Black with #EAC372

Text Example


Text Example

White with #EAC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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