#EDD56E

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

Shades of Golden Sand #EDD56E

Tints of Golden Sand #EDD56E

Color information

#EDD56E (or 0xEDD56E) is unknown color: approx Golden Sand. HEX triplet: ED, D5 and 6E. RGB value is (237,213,110). Sum of RGB (Red+Green+Blue) = 237+213+110=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD56E is #122A91. Grayscale: #D0D0D0. Windows color (decimal): -1190546 or 7263725. OLE color: 7263725.

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

Color convert

RGB237213110-
CMYK00.100.540.07
HSL48.66º77.91%68.04%-
HSV(B)48.66º53.59%92.94%-
XYZ61.5366.7224.39-
YUV208.4372.45148.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 110 (43.36% from 255) = 19.64%
R=42.32%
G=38.04%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721311000.100.540.0748.6677.9168.04
HexEDD56E0A367314e44
Octal35532515601266761116104
Binary111011011101010111011100101011011011111000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD56E; }

 p { color: rgb(237,213,110); }

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

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

 a { background-color: rgb(237,213,110); }

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

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

 span { border-color: rgb(237,213,110); }

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