#EDD999

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

Shades of Splash #EDD999

Tints of Splash #EDD999

Color information

#EDD999 (or 0xEDD999) is unknown color: approx Splash. HEX triplet: ED, D9 and 99. RGB value is (237,217,153). Sum of RGB (Red+Green+Blue) = 237+217+153=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD999 is #122666. Grayscale: #D7D7D7. Windows color (decimal): -1189479 or 10082797. OLE color: 10082797.

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

Color convert

RGB237217153-
CMYK00.080.350.07
HSL45.71º70%76.47%-
HSV(B)45.71º35.44%92.94%-
XYZ65.4969.9340.18-
YUV215.6892.63143.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 153 (60.16% from 255) = 25.21%
R=39.04%
G=35.75%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721715300.080.350.0745.717076.47
HexEDD999082372e464c
Octal35533123101043756106114
Binary1110110111011001100110010100010001111110111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD999; }

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

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

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

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

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

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

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

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