#EBD56A

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

Shades of Golden Sand #EBD56A

Tints of Golden Sand #EBD56A

Color information

#EBD56A (or 0xEBD56A) is unknown color: approx Golden Sand. HEX triplet: EB, D5 and 6A. RGB value is (235,213,106). Sum of RGB (Red+Green+Blue) = 235+213+106=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD56A is #142A95. Grayscale: #CFCFCF. Windows color (decimal): -1321622 or 7001579. OLE color: 7001579.

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

Color convert

RGB235213106-
CMYK00.090.550.08
HSL49.77º76.33%66.86%-
HSV(B)49.77º54.89%92.16%-
XYZ60.6666.2923.23-
YUV207.3870.79147.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 213 (83.59% from 255) = 38.45%
BLUE value IS 106 (41.80% from 255) = 19.13%
R=42.42%
G=38.45%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521310600.090.550.0849.7776.3366.86
HexEBD56A09378324c43
Octal353325152011671062114103
Binary1110101111010101110101001001110111100011001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD56A; }

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

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

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

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

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

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

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

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