#EBD063

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

Shades of Golden Sand #EBD063

Tints of Golden Sand #EBD063

Color information

#EBD063 (or 0xEBD063) is unknown color: approx Golden Sand. HEX triplet: EB, D0 and 63. RGB value is (235,208,99). Sum of RGB (Red+Green+Blue) = 235+208+99=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD063 is #142F9C. Grayscale: #CCCCCC. Windows color (decimal): -1322909 or 6541547. OLE color: 6541547.

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

Color convert

RGB23520899-
CMYK00.110.580.08
HSL48.09º77.27%65.49%-
HSV(B)48.09º57.87%92.16%-
XYZ59.0763.6720.98-
YUV203.6568.95150.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 208 (81.64% from 255) = 38.38%
BLUE value IS 99 (39.06% from 255) = 18.27%
R=43.36%
G=38.38%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352089900.110.580.0848.0977.2765.49
HexEBD0630B3A8304d41
Octal353320143013721060115101
Binary1110101111010000110001101011111010100011000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD063; }

 p { color: rgb(235,208,99); }

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

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

 a { background-color: rgb(235,208,99); }

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

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

 span { border-color: rgb(235,208,99); }

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