#EDD174

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

Shades of Golden Sand #EDD174

Tints of Golden Sand #EDD174

Color information

#EDD174 (or 0xEDD174) is unknown color: approx Golden Sand. HEX triplet: ED, D1 and 74. RGB value is (237,209,116). Sum of RGB (Red+Green+Blue) = 237+209+116=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD174 is #122E8B. Grayscale: #CFCFCF. Windows color (decimal): -1191564 or 7655917. OLE color: 7655917.

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

Color convert

RGB237209116-
CMYK00.120.510.07
HSL46.12º77.07%69.22%-
HSV(B)46.12º51.05%92.94%-
XYZ60.8864.8725.83-
YUV206.7776.78149.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 209 (82.03% from 255) = 37.19%
BLUE value IS 116 (45.70% from 255) = 20.64%
R=42.17%
G=37.19%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720911600.120.510.0746.1277.0769.22
HexEDD1740C3372e4d45
Octal35532116401463756115105
Binary111011011101000111101000110011001111110111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD174; }

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

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

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

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

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

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

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

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