#EAD261

Color #EAD261 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EAD261

Tints of Golden Sand #EAD261

Color information

#EAD261 (or 0xEAD261) is unknown color: approx Golden Sand. HEX triplet: EA, D2 and 61. RGB value is (234,210,97). Sum of RGB (Red+Green+Blue) = 234+210+97=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD261 is #152D9E. Grayscale: #CCCCCC. Windows color (decimal): -1387935 or 6410986. OLE color: 6410986.

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

Color convert

RGB23421097-
CMYK00.100.590.08
HSL49.49º76.54%64.9%-
HSV(B)49.49º58.55%91.76%-
XYZ59.1464.4520.63-
YUV204.2967.45149.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 210 (82.42% from 255) = 38.82%
BLUE value IS 97 (38.28% from 255) = 17.93%
R=43.25%
G=38.82%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342109700.100.590.0849.4976.5464.9
HexEAD2610A3B8314d41
Octal352322141012731061115101
Binary1110101011010010110000101010111011100011000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD261; }

 p { color: rgb(234,210,97); }

 H1.HeaderClassName
 {
   color: #EAD261;
 }
 .AnyTagClassName
 {
   color: #EAD261;
 }
</style>
background-color css

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

 a { background-color: rgb(234,210,97); }

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

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

 span { border-color: rgb(234,210,97); }

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