#EBD36E

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

Shades of Golden Sand #EBD36E

Tints of Golden Sand #EBD36E

Color information

#EBD36E (or 0xEBD36E) is unknown color: approx Golden Sand. HEX triplet: EB, D3 and 6E. RGB value is (235,211,110). Sum of RGB (Red+Green+Blue) = 235+211+110=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD36E is #142C91. Grayscale: #CFCFCF. Windows color (decimal): -1322130 or 7263211. OLE color: 7263211.

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

Color convert

RGB235211110-
CMYK00.100.530.08
HSL48.48º75.76%67.65%-
HSV(B)48.48º53.19%92.16%-
XYZ60.3765.3824.19-
YUV206.6673.45148.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 110 (43.36% from 255) = 19.78%
R=42.27%
G=37.95%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521111000.100.530.0848.4875.7667.65
HexEBD36E0A358304c44
Octal353323156012651060114104
Binary1110101111010011110111001010110101100011000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD36E; }

 p { color: rgb(235,211,110); }

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

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

 a { background-color: rgb(235,211,110); }

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

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

 span { border-color: rgb(235,211,110); }

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