#EBC772

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

Shades of Golden Sand #EBC772

Tints of Golden Sand #EBC772

Color information

#EBC772 (or 0xEBC772) is unknown color: approx Golden Sand. HEX triplet: EB, C7 and 72. RGB value is (235,199,114). Sum of RGB (Red+Green+Blue) = 235+199+114=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC772 is #14388D. Grayscale: #C8C8C8. Windows color (decimal): -1325198 or 7522283. OLE color: 7522283.

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

Color convert

RGB235199114-
CMYK00.150.510.08
HSL42.15º75.16%68.43%-
HSV(B)42.15º51.49%92.16%-
XYZ57.7259.7224.41-
YUV200.0779.43152.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 199 (78.12% from 255) = 36.31%
BLUE value IS 114 (44.92% from 255) = 20.80%
R=42.88%
G=36.31%
B=20.80%

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
Decimal23519911400.150.510.0842.1575.1668.43
HexEBC7720F3382a4b44
Octal353307162017631052113104
Binary1110101111000111111001001111110011100010101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC772; }

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

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

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

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

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

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

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

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