Html Css Color HEX #EAC660 Golden Sand

📋 copy color: '#EAC660'

red 234 ◦ green 198 ◦ blue 96

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

Shades of Golden Sand #EAC660

Tints of Golden Sand #EAC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.5%

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

R = 44.32%
G = 37.5%
B = 18.18%

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

#EAC660 (or 0xEAC660) is known color: Golden Sand. HEX triplet: EA, C6 and 60. RGB value is (234,198,96). Sum of RGB (Red+Green+Blue) = 234+198+96=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC660 is #15399F. Grayscale: #C5C5C5. Windows color (decimal): -1391008 or 6342378. OLE color: 6342378.

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

Color convert

RGB 234 198 96 -
CMYK 0 0.15 0.59 0.08
HSL 44.35º 0.77% 0.65% -
HSV(B) 44.35º 0.59% 0.92% -
XYZ 56.24 58.73 19.44 -
YUV 197.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 234 198 96 0 0.15 0.59 0.08 44.35 0.77 0.65
Hex EA C6 60 0 F 3B 8 2C 4D 41
Octal 352 306 140 0 17 73 10 54 115 101
Binary 11101010 11000110 1100000 0 1111 111011 1000 101100 1001101 1000001

Color Harmonies of #EAC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC660

Black with #EAC660

Text Example


Text Example

White with #EAC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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