#EBC771

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

Shades of Golden Sand #EBC771

Tints of Golden Sand #EBC771

Color information

#EBC771 (or 0xEBC771) is unknown color: approx Golden Sand. HEX triplet: EB, C7 and 71. RGB value is (235,199,113). Sum of RGB (Red+Green+Blue) = 235+199+113=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC771 is #14388E. Grayscale: #C8C8C8. Windows color (decimal): -1325199 or 7456747. OLE color: 7456747.

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

Color convert

RGB235199113-
CMYK00.150.520.08
HSL42.3º75.31%68.24%-
HSV(B)42.3º51.91%92.16%-
XYZ57.6759.724.11-
YUV199.9678.93152.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 199 (78.12% from 255) = 36.38%
BLUE value IS 113 (44.53% from 255) = 20.66%
R=42.96%
G=36.38%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519911300.150.520.0842.375.3168.24
HexEBC7710F3482a4b44
Octal353307161017641052113104
Binary1110101111000111111000101111110100100010101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC771; }

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

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

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

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

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

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

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

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