#EBC872

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

Shades of Golden Sand #EBC872

Tints of Golden Sand #EBC872

Color information

#EBC872 (or 0xEBC872) is unknown color: approx Golden Sand. HEX triplet: EB, C8 and 72. RGB value is (235,200,114). Sum of RGB (Red+Green+Blue) = 235+200+114=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC872 is #14378D. Grayscale: #C9C9C9. Windows color (decimal): -1324942 or 7522539. OLE color: 7522539.

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

Color convert

RGB235200114-
CMYK00.150.510.08
HSL42.64º75.16%68.43%-
HSV(B)42.64º51.49%92.16%-
XYZ57.9560.1924.48-
YUV200.6679.1152.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 114 (44.92% from 255) = 20.77%
R=42.81%
G=36.43%
B=20.77%

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
Decimal23520011400.150.510.0842.6475.1668.43
HexEBC8720F3382b4b44
Octal353310162017631053113104
Binary1110101111001000111001001111110011100010101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC872; }

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

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

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

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

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

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

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

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