#E0D263

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

Shades of Golden Sand #E0D263

Tints of Golden Sand #E0D263

Color information

#E0D263 (or 0xE0D263) is unknown color: approx Golden Sand. HEX triplet: E0, D2 and 63. RGB value is (224,210,99). Sum of RGB (Red+Green+Blue) = 224+210+99=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D263 is #1F2D9C. Grayscale: #C9C9C9. Windows color (decimal): -2043293 or 6542048. OLE color: 6542048.

HSL color Cylindrical-coordinate representation of color #E0D263: hue angle of 53.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0D263 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB22421099-
CMYK00.060.560.12
HSL53.28º66.84%63.33%-
HSV(B)53.28º55.8%87.84%-
XYZ56.0462.8420.98-
YUV201.5370.14144.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 99 (39.06% from 255) = 18.57%
R=42.03%
G=39.40%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242109900.060.560.1253.2866.8463.33
HexE0D2630638C35433f
Octal3403221430670146510377
Binary11100000110100101100011011011100011001101011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D263; }

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

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

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

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

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

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

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

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