Html Css Color HEX #EAC960 Golden Sand

📋 copy color: '#EAC960'

red 234 ◦ green 201 ◦ blue 96

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

Shades of Golden Sand #EAC960

Tints of Golden Sand #EAC960

RGB

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

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

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

R = 44.07%
G = 37.85%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC960 (or 0xEAC960) is known color: Golden Sand. HEX triplet: EA, C9 and 60. RGB value is (234,201,96). Sum of RGB (Red+Green+Blue) = 234+201+96=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC960 is #15369F. Grayscale: #C7C7C7. Windows color (decimal): -1390240 or 6343146. OLE color: 6343146.

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

Color convert

RGB 234 201 96 -
CMYK 0 0.14 0.59 0.08
HSL 45.65º 0.77% 0.65% -
HSV(B) 45.65º 0.59% 0.92% -
XYZ 56.93 60.11 19.67 -
YUV 198.9 69.93 153.04 -
System Red Green Blue C M Y K H S L
Decimal 234 201 96 0 0.14 0.59 0.08 45.65 0.77 0.65
Hex EA C9 60 0 E 3B 8 2E 4D 41
Octal 352 311 140 0 16 73 10 56 115 101
Binary 11101010 11001001 1100000 0 1110 111011 1000 101110 1001101 1000001

Color Harmonies of #EAC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC960

Black with #EAC960

Text Example


Text Example

White with #EAC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC960; }

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

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

background-color css

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

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

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

border-color css

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

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

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