#EED66E

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

Shades of Golden Sand #EED66E

Tints of Golden Sand #EED66E

Color information

#EED66E (or 0xEED66E) is unknown color: approx Golden Sand. HEX triplet: EE, D6 and 6E. RGB value is (238,214,110). Sum of RGB (Red+Green+Blue) = 238+214+110=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED66E is #112991. Grayscale: #D1D1D1. Windows color (decimal): -1124754 or 7263982. OLE color: 7263982.

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

Color convert

RGB238214110-
CMYK00.100.540.07
HSL48.75º79.01%68.24%-
HSV(B)48.75º53.78%93.33%-
XYZ62.1267.424.49-
YUV209.3271.95148.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 110 (43.36% from 255) = 19.57%
R=42.35%
G=38.08%
B=19.57%

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
Decimal23821411000.100.540.0748.7579.0168.24
HexEED66E0A367314f44
Octal35632615601266761117104
Binary111011101101011011011100101011011011111000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED66E; }

 p { color: rgb(238,214,110); }

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

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

 a { background-color: rgb(238,214,110); }

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

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

 span { border-color: rgb(238,214,110); }

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