#EBD26E

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

Shades of Golden Sand #EBD26E

Tints of Golden Sand #EBD26E

Color information

#EBD26E (or 0xEBD26E) is unknown color: approx Golden Sand. HEX triplet: EB, D2 and 6E. RGB value is (235,210,110). Sum of RGB (Red+Green+Blue) = 235+210+110=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD26E is #142D91. Grayscale: #CECECE. Windows color (decimal): -1322386 or 7262955. OLE color: 7262955.

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

Color convert

RGB235210110-
CMYK00.110.530.08
HSL48º75.76%67.65%-
HSV(B)48º53.19%92.16%-
XYZ60.1264.8824.11-
YUV206.0873.78148.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 110 (43.36% from 255) = 19.82%
R=42.34%
G=37.84%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521011000.110.530.084875.7667.65
HexEBD26E0B358304c44
Octal353322156013651060114104
Binary1110101111010010110111001011110101100011000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD26E; }

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

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

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

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

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

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

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

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