#EBD56D

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

Shades of Golden Sand #EBD56D

Tints of Golden Sand #EBD56D

Color information

#EBD56D (or 0xEBD56D) is unknown color: approx Golden Sand. HEX triplet: EB, D5 and 6D. RGB value is (235,213,109). Sum of RGB (Red+Green+Blue) = 235+213+109=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD56D is #142A92. Grayscale: #D0D0D0. Windows color (decimal): -1321619 or 7198187. OLE color: 7198187.

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

Color convert

RGB235213109-
CMYK00.090.540.08
HSL49.52º75.9%67.45%-
HSV(B)49.52º53.62%92.16%-
XYZ60.8266.3524.07-
YUV207.7272.29147.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 109 (42.97% from 255) = 19.57%
R=42.19%
G=38.24%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521310900.090.540.0849.5275.967.45
HexEBD56D09368324c43
Octal353325155011661062114103
Binary1110101111010101110110101001110110100011001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD56D; }

 p { color: rgb(235,213,109); }

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

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

 a { background-color: rgb(235,213,109); }

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

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

 span { border-color: rgb(235,213,109); }

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