Html Css Color HEX #EAC966 Golden Sand

📋 copy color: '#EAC966'

red 234 ◦ green 201 ◦ blue 102

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

Shades of Golden Sand #EAC966

Tints of Golden Sand #EAC966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.99%

R = 43.58%
G = 37.43%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC966 (or 0xEAC966) is known color: Golden Sand. HEX triplet: EA, C9 and 66. RGB value is (234,201,102). Sum of RGB (Red+Green+Blue) = 234+201+102=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC966 is #153699. Grayscale: #C8C8C8. Windows color (decimal): -1390234 or 6736362. OLE color: 6736362.

HSL color Cylindrical-coordinate representation of color #EAC966: hue angle of 45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAC966 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 102 -
CMYK 0 0.14 0.56 0.08
HSL 45º 0.76% 0.66% -
HSV(B) 45º 0.56% 0.92% -
XYZ 57.22 60.23 21.18 -
YUV 199.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 234 201 102 0 0.14 0.56 0.08 45 0.76 0.66
Hex EA C9 66 0 E 38 8 2D 4C 42
Octal 352 311 146 0 16 70 10 55 114 102
Binary 11101010 11001001 1100110 0 1110 111000 1000 101101 1001100 1000010

Color Harmonies of #EAC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC966

Black with #EAC966

Text Example


Text Example

White with #EAC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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