#EBC861

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

Shades of Golden Sand #EBC861

Tints of Golden Sand #EBC861

Color information

#EBC861 (or 0xEBC861) is unknown color: approx Golden Sand. HEX triplet: EB, C8 and 61. RGB value is (235,200,97). Sum of RGB (Red+Green+Blue) = 235+200+97=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC861 is #14379E. Grayscale: #C7C7C7. Windows color (decimal): -1324959 or 6408427. OLE color: 6408427.

HSL color Cylindrical-coordinate representation of color #EBC861: hue angle of 44.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBC861 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23520097-
CMYK00.150.590.08
HSL44.78º77.53%65.1%-
HSV(B)44.78º58.72%92.16%-
XYZ57.0759.8319.85-
YUV198.7270.6153.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=44.17%
G=37.59%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352009700.150.590.0844.7877.5365.1
HexEBC8610F3B82d4e41
Octal353310141017731055116101
Binary1110101111001000110000101111111011100010110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC861; }

 p { color: rgb(235,200,97); }

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

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

 a { background-color: rgb(235,200,97); }

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

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

 span { border-color: rgb(235,200,97); }

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