#EBD46E

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

Shades of Golden Sand #EBD46E

Tints of Golden Sand #EBD46E

Color information

#EBD46E (or 0xEBD46E) is unknown color: approx Golden Sand. HEX triplet: EB, D4 and 6E. RGB value is (235,212,110). Sum of RGB (Red+Green+Blue) = 235+212+110=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD46E is #142B91. Grayscale: #CFCFCF. Windows color (decimal): -1321874 or 7263467. OLE color: 7263467.

HSL color Cylindrical-coordinate representation of color #EBD46E: hue angle of 48.96º 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 #EBD46E is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235212110-
CMYK00.100.530.08
HSL48.96º75.76%67.65%-
HSV(B)48.96º53.19%92.16%-
XYZ60.6265.8724.27-
YUV207.2573.12147.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 110 (43.36% from 255) = 19.75%
R=42.19%
G=38.06%
B=19.75%

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
Decimal23521211000.100.530.0848.9675.7667.65
HexEBD46E0A358314c44
Octal353324156012651061114104
Binary1110101111010100110111001010110101100011000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD46E; }

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

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

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

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

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

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

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

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