#EBC571

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

Shades of Golden Sand #EBC571

Tints of Golden Sand #EBC571

Color information

#EBC571 (or 0xEBC571) is unknown color: approx Golden Sand. HEX triplet: EB, C5 and 71. RGB value is (235,197,113). Sum of RGB (Red+Green+Blue) = 235+197+113=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC571 is #143A8E. Grayscale: #C7C7C7. Windows color (decimal): -1325711 or 7456235. OLE color: 7456235.

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

Color convert

RGB235197113-
CMYK00.160.520.08
HSL41.31º75.31%68.24%-
HSV(B)41.31º51.91%92.16%-
XYZ57.2158.7923.95-
YUV198.7979.59153.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 113 (44.53% from 255) = 20.73%
R=43.12%
G=36.15%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519711300.160.520.0841.3175.3168.24
HexEBC571010348294b44
Octal353305161020641051113104
Binary11101011110001011110001010000110100100010100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC571; }

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

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

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

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

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

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

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

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