#EDD99E

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

Shades of Splash #EDD99E

Tints of Splash #EDD99E

Color information

#EDD99E (or 0xEDD99E) is unknown color: approx Splash. HEX triplet: ED, D9 and 9E. RGB value is (237,217,158). Sum of RGB (Red+Green+Blue) = 237+217+158=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD99E is #122661. Grayscale: #D8D8D8. Windows color (decimal): -1189474 or 10410477. OLE color: 10410477.

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

Color convert

RGB237217158-
CMYK00.080.330.07
HSL44.81º68.7%77.45%-
HSV(B)44.81º33.33%92.94%-
XYZ65.9170.142.4-
YUV216.2595.13142.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 158 (62.11% from 255) = 25.82%
R=38.73%
G=35.46%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721715800.080.330.0744.8168.777.45
HexEDD99E082172d454d
Octal35533123601041755105115
Binary1110110111011001100111100100010000111110110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD99E; }

 p { color: rgb(237,217,158); }

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

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

 a { background-color: rgb(237,217,158); }

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

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

 span { border-color: rgb(237,217,158); }

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