#EED36D

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

Shades of Golden Sand #EED36D

Tints of Golden Sand #EED36D

Color information

#EED36D (or 0xEED36D) is unknown color: approx Golden Sand. HEX triplet: EE, D3 and 6D. RGB value is (238,211,109). Sum of RGB (Red+Green+Blue) = 238+211+109=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED36D is #112C92. Grayscale: #CFCFCF. Windows color (decimal): -1125523 or 7197678. OLE color: 7197678.

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

Color convert

RGB238211109-
CMYK00.110.540.07
HSL47.44º79.14%68.04%-
HSV(B)47.44º54.2%93.33%-
XYZ61.3165.8723.95-
YUV207.4472.45149.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 109 (42.97% from 255) = 19.53%
R=42.65%
G=37.81%
B=19.53%

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
Decimal23821110900.110.540.0747.4479.1468.04
HexEED36D0B3672f4f44
Octal35632315501366757117104
Binary111011101101001111011010101111011011110111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED36D; }

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

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

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

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

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

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

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

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