Html Css Color HEX #EAC566 Golden Sand

📋 copy color: '#EAC566'

red 234 ◦ green 197 ◦ blue 102

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

Shades of Golden Sand #EAC566

Tints of Golden Sand #EAC566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

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

R = 43.9%
G = 36.96%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC566 (or 0xEAC566) is known color: Golden Sand. HEX triplet: EA, C5 and 66. RGB value is (234,197,102). Sum of RGB (Red+Green+Blue) = 234+197+102=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC566 is #153A99. Grayscale: #C5C5C5. Windows color (decimal): -1391258 or 6735338. OLE color: 6735338.

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

Color convert

RGB 234 197 102 -
CMYK 0 0.16 0.56 0.08
HSL 43.18º 0.76% 0.66% -
HSV(B) 43.18º 0.56% 0.92% -
XYZ 56.3 58.38 20.87 -
YUV 197.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 234 197 102 0 0.16 0.56 0.08 43.18 0.76 0.66
Hex EA C5 66 0 10 38 8 2B 4C 42
Octal 352 305 146 0 20 70 10 53 114 102
Binary 11101010 11000101 1100110 0 10000 111000 1000 101011 1001100 1000010

Color Harmonies of #EAC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC566

Black with #EAC566

Text Example


Text Example

White with #EAC566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC566; }

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

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

background-color css

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

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

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

border-color css

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

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

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