#EAD563

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

Shades of Golden Sand #EAD563

Tints of Golden Sand #EAD563

Color information

#EAD563 (or 0xEAD563) is unknown color: approx Golden Sand. HEX triplet: EA, D5 and 63. RGB value is (234,213,99). Sum of RGB (Red+Green+Blue) = 234+213+99=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD563 is #152A9C. Grayscale: #CECECE. Windows color (decimal): -1387165 or 6542826. OLE color: 6542826.

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

Color convert

RGB23421399-
CMYK00.090.580.08
HSL50.67º76.27%65.29%-
HSV(B)50.67º57.69%91.76%-
XYZ59.9865.9821.38-
YUV206.2867.46147.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 99 (39.06% from 255) = 18.13%
R=42.86%
G=39.01%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342139900.090.580.0850.6776.2765.29
HexEAD563093A8334c41
Octal352325143011721063114101
Binary1110101011010101110001101001111010100011001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD563; }

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

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

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

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

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

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

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

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