#EDD99C

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

Shades of Splash #EDD99C

Tints of Splash #EDD99C

Color information

#EDD99C (or 0xEDD99C) is unknown color: approx Splash. HEX triplet: ED, D9 and 9C. RGB value is (237,217,156). Sum of RGB (Red+Green+Blue) = 237+217+156=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD99C is #122663. Grayscale: #D8D8D8. Windows color (decimal): -1189476 or 10279405. OLE color: 10279405.

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

Color convert

RGB237217156-
CMYK00.080.340.07
HSL45.19º69.23%77.06%-
HSV(B)45.19º34.18%92.94%-
XYZ65.7470.0341.5-
YUV216.0394.13142.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 156 (61.33% from 255) = 25.57%
R=38.85%
G=35.57%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721715600.080.340.0745.1969.2377.06
HexEDD99C082272d454d
Octal35533123401042755105115
Binary1110110111011001100111000100010001011110110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD99C; }

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

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

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

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

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

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

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

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