#EAD561

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

Shades of Golden Sand #EAD561

Tints of Golden Sand #EAD561

Color information

#EAD561 (or 0xEAD561) is unknown color: approx Golden Sand. HEX triplet: EA, D5 and 61. RGB value is (234,213,97). Sum of RGB (Red+Green+Blue) = 234+213+97=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD561 is #152A9E. Grayscale: #CECECE. Windows color (decimal): -1387167 or 6411754. OLE color: 6411754.

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

Color convert

RGB23421397-
CMYK00.090.590.08
HSL50.8º76.54%64.9%-
HSV(B)50.8º58.55%91.76%-
XYZ59.8865.9420.88-
YUV206.0566.46147.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 97 (38.28% from 255) = 17.83%
R=43.01%
G=39.15%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342139700.090.590.0850.876.5464.9
HexEAD561093B8334d41
Octal352325141011731063115101
Binary1110101011010101110000101001111011100011001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD561; }

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

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

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

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

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

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

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

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