#EAD263

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

Shades of Golden Sand #EAD263

Tints of Golden Sand #EAD263

Color information

#EAD263 (or 0xEAD263) is unknown color: approx Golden Sand. HEX triplet: EA, D2 and 63. RGB value is (234,210,99). Sum of RGB (Red+Green+Blue) = 234+210+99=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD263 is #152D9C. Grayscale: #CCCCCC. Windows color (decimal): -1387933 or 6542058. OLE color: 6542058.

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

Color convert

RGB23421099-
CMYK00.100.580.08
HSL49.33º76.27%65.29%-
HSV(B)49.33º57.69%91.76%-
XYZ59.2364.4921.13-
YUV204.5268.45149.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 99 (39.06% from 255) = 18.23%
R=43.09%
G=38.67%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342109900.100.580.0849.3376.2765.29
HexEAD2630A3A8314c41
Octal352322143012721061114101
Binary1110101011010010110001101010111010100011000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD263; }

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

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

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

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

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

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

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

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