#EBC971

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

Shades of Golden Sand #EBC971

Tints of Golden Sand #EBC971

Color information

#EBC971 (or 0xEBC971) is unknown color: approx Golden Sand. HEX triplet: EB, C9 and 71. RGB value is (235,201,113). Sum of RGB (Red+Green+Blue) = 235+201+113=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC971 is #14368E. Grayscale: #C9C9C9. Windows color (decimal): -1324687 or 7457259. OLE color: 7457259.

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

Color convert

RGB235201113-
CMYK00.140.520.08
HSL43.28º75.31%68.24%-
HSV(B)43.28º51.91%92.16%-
XYZ58.1360.6324.26-
YUV201.1378.26152.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 113 (44.53% from 255) = 20.58%
R=42.81%
G=36.61%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520111300.140.520.0843.2875.3168.24
HexEBC9710E3482b4b44
Octal353311161016641053113104
Binary1110101111001001111000101110110100100010101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC971; }

 p { color: rgb(235,201,113); }

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

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

 a { background-color: rgb(235,201,113); }

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

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

 span { border-color: rgb(235,201,113); }

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