#EBD071

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

Shades of Golden Sand #EBD071

Tints of Golden Sand #EBD071

Color information

#EBD071 (or 0xEBD071) is unknown color: approx Golden Sand. HEX triplet: EB, D0 and 71. RGB value is (235,208,113). Sum of RGB (Red+Green+Blue) = 235+208+113=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD071 is #142F8E. Grayscale: #CDCDCD. Windows color (decimal): -1322895 or 7459051. OLE color: 7459051.

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

Color convert

RGB235208113-
CMYK00.110.520.08
HSL46.72º75.31%68.24%-
HSV(B)46.72º51.91%92.16%-
XYZ59.863.9724.82-
YUV205.2475.95149.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 208 (81.64% from 255) = 37.41%
BLUE value IS 113 (44.53% from 255) = 20.32%
R=42.27%
G=37.41%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520811300.110.520.0846.7275.3168.24
HexEBD0710B3482f4b44
Octal353320161013641057113104
Binary1110101111010000111000101011110100100010111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD071; }

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

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

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

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

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

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

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

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