#EBC873

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

Shades of Golden Sand #EBC873

Tints of Golden Sand #EBC873

Color information

#EBC873 (or 0xEBC873) is unknown color: approx Golden Sand. HEX triplet: EB, C8 and 73. RGB value is (235,200,115). Sum of RGB (Red+Green+Blue) = 235+200+115=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC873 is #14378C. Grayscale: #C9C9C9. Windows color (decimal): -1324941 or 7588075. OLE color: 7588075.

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

Color convert

RGB235200115-
CMYK00.150.510.08
HSL42.5º75%68.63%-
HSV(B)42.5º51.06%92.16%-
XYZ58.0160.2124.78-
YUV200.7879.6152.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 115 (45.31% from 255) = 20.91%
R=42.73%
G=36.36%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520011500.150.510.0842.57568.63
HexEBC8730F3382a4b45
Octal353310163017631052113105
Binary1110101111001000111001101111110011100010101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC873; }

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

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

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

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

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

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

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

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