#EDD170

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

Shades of Golden Sand #EDD170

Tints of Golden Sand #EDD170

Color information

#EDD170 (or 0xEDD170) is unknown color: approx Golden Sand. HEX triplet: ED, D1 and 70. RGB value is (237,209,112). Sum of RGB (Red+Green+Blue) = 237+209+112=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD170 is #122E8F. Grayscale: #CECECE. Windows color (decimal): -1191568 or 7393773. OLE color: 7393773.

HSL color Cylindrical-coordinate representation of color #EDD170: hue angle of 46.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDD170 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237209112-
CMYK00.120.530.07
HSL46.56º77.64%68.43%-
HSV(B)46.56º52.74%92.94%-
XYZ60.6564.7824.64-
YUV206.3174.78149.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 209 (82.03% from 255) = 37.46%
BLUE value IS 112 (44.14% from 255) = 20.07%
R=42.47%
G=37.46%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720911200.120.530.0746.5677.6468.43
HexEDD1700C3572f4e44
Octal35532116001465757116104
Binary111011011101000111100000110011010111110111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD170; }

 p { color: rgb(237,209,112); }

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

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

 a { background-color: rgb(237,209,112); }

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

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

 span { border-color: rgb(237,209,112); }

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