#EBD070

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

Shades of Golden Sand #EBD070

Tints of Golden Sand #EBD070

Color information

#EBD070 (or 0xEBD070) is unknown color: approx Golden Sand. HEX triplet: EB, D0 and 70. RGB value is (235,208,112). Sum of RGB (Red+Green+Blue) = 235+208+112=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD070 is #142F8F. Grayscale: #CDCDCD. Windows color (decimal): -1322896 or 7393515. OLE color: 7393515.

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

Color convert

RGB235208112-
CMYK00.110.520.08
HSL46.83º75.46%68.04%-
HSV(B)46.83º52.34%92.16%-
XYZ59.7463.9424.52-
YUV205.1375.45149.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 208 (81.64% from 255) = 37.48%
BLUE value IS 112 (44.14% from 255) = 20.18%
R=42.34%
G=37.48%
B=20.18%

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
Decimal23520811200.110.520.0846.8375.4668.04
HexEBD0700B3482f4b44
Octal353320160013641057113104
Binary1110101111010000111000001011110100100010111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD070; }

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

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

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

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

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

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

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

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