Html Css Color HEX #EAC570 Golden Sand

📋 copy color: '#EAC570'

red 234 ◦ green 197 ◦ blue 112

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

Shades of Golden Sand #EAC570

Tints of Golden Sand #EAC570

RGB

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

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

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

R = 43.09%
G = 36.28%
B = 20.63%

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

#EAC570 (or 0xEAC570) is known color: Golden Sand. HEX triplet: EA, C5 and 70. RGB value is (234,197,112). Sum of RGB (Red+Green+Blue) = 234+197+112=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC570 is #153A8F. Grayscale: #C6C6C6. Windows color (decimal): -1391248 or 7390698. OLE color: 7390698.

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

Color convert

RGB 234 197 112 -
CMYK 0 0.16 0.52 0.08
HSL 41.8º 0.74% 0.68% -
HSV(B) 41.8º 0.52% 0.92% -
XYZ 56.82 58.59 23.64 -
YUV 198.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 234 197 112 0 0.16 0.52 0.08 41.8 0.74 0.68
Hex EA C5 70 0 10 34 8 2A 4A 44
Octal 352 305 160 0 20 64 10 52 112 104
Binary 11101010 11000101 1110000 0 10000 110100 1000 101010 1001010 1000100

Color Harmonies of #EAC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC570

Black with #EAC570

Text Example


Text Example

White with #EAC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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