#EED56D

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

Shades of Golden Sand #EED56D

Tints of Golden Sand #EED56D

Color information

#EED56D (or 0xEED56D) is unknown color: approx Golden Sand. HEX triplet: EE, D5 and 6D. RGB value is (238,213,109). Sum of RGB (Red+Green+Blue) = 238+213+109=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EED56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED56D is #112A92. Grayscale: #D1D1D1. Windows color (decimal): -1125011 or 7198190. OLE color: 7198190.

HSL color Cylindrical-coordinate representation of color #EED56D: hue angle of 48.37º degrees, saturation: 0.79, 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 #EED56D is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB238213109-
CMYK00.110.540.07
HSL48.37º79.14%68.04%-
HSV(B)48.37º54.2%93.33%-
XYZ61.8166.8724.12-
YUV208.6271.78148.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 109 (42.97% from 255) = 19.46%
R=42.5%
G=38.04%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821310900.110.540.0748.3779.1468.04
HexEED56D0B367304f44
Octal35632515501366760117104
Binary111011101101010111011010101111011011111000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED56D; }

 p { color: rgb(238,213,109); }

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

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

 a { background-color: rgb(238,213,109); }

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

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

 span { border-color: rgb(238,213,109); }

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