Html Css Color HEX #EAC970 Golden Sand

📋 copy color: '#EAC970'

red 234 ◦ green 201 ◦ blue 112

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

Shades of Golden Sand #EAC970

Tints of Golden Sand #EAC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.75%

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

R = 42.78%
G = 36.75%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAC970 (or 0xEAC970) is known color: Golden Sand. HEX triplet: EA, C9 and 70. RGB value is (234,201,112). Sum of RGB (Red+Green+Blue) = 234+201+112=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC970 is #15368F. Grayscale: #C9C9C9. Windows color (decimal): -1390224 or 7391722. OLE color: 7391722.

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

Color convert

RGB 234 201 112 -
CMYK 0 0.14 0.52 0.08
HSL 43.77º 0.74% 0.68% -
HSV(B) 43.77º 0.52% 0.92% -
XYZ 57.74 60.44 23.95 -
YUV 200.72 77.93 151.74 -
System Red Green Blue C M Y K H S L
Decimal 234 201 112 0 0.14 0.52 0.08 43.77 0.74 0.68
Hex EA C9 70 0 E 34 8 2C 4A 44
Octal 352 311 160 0 16 64 10 54 112 104
Binary 11101010 11001001 1110000 0 1110 110100 1000 101100 1001010 1000100

Color Harmonies of #EAC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC970

Black with #EAC970

Text Example


Text Example

White with #EAC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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