Html Css Color HEX #EAC860 Golden Sand

📋 copy color: '#EAC860'

red 234 ◦ green 200 ◦ blue 96

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

Shades of Golden Sand #EAC860

Tints of Golden Sand #EAC860

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

 BLUE value IS 96 (37.89% from 255) = 18.11%

R = 44.15%
G = 37.74%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC860 (or 0xEAC860) is known color: Golden Sand. HEX triplet: EA, C8 and 60. RGB value is (234,200,96). Sum of RGB (Red+Green+Blue) = 234+200+96=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC860 is #15379F. Grayscale: #C6C6C6. Windows color (decimal): -1390496 or 6342890. OLE color: 6342890.

HSL color Cylindrical-coordinate representation of color #EAC860: hue angle of 45.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAC860 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 200 96 -
CMYK 0 0.15 0.59 0.08
HSL 45.22º 0.77% 0.65% -
HSV(B) 45.22º 0.59% 0.92% -
XYZ 56.7 59.65 19.59 -
YUV 198.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 234 200 96 0 0.15 0.59 0.08 45.22 0.77 0.65
Hex EA C8 60 0 F 3B 8 2D 4D 41
Octal 352 310 140 0 17 73 10 55 115 101
Binary 11101010 11001000 1100000 0 1111 111011 1000 101101 1001101 1000001

Color Harmonies of #EAC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC860

Black with #EAC860

Text Example


Text Example

White with #EAC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC860; }

 p { color: rgb(234,200,96); }

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

background-color css

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

 a { background-color: rgb(234,200,96); }

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

border-color css

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

 span { border-color: rgb(234,200,96); }

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