#EDDC99

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

Shades of Splash #EDDC99

Tints of Splash #EDDC99

Color information

#EDDC99 (or 0xEDDC99) is unknown color: approx Splash. HEX triplet: ED, DC and 99. RGB value is (237,220,153). Sum of RGB (Red+Green+Blue) = 237+220+153=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC99 is #122366. Grayscale: #D9D9D9. Windows color (decimal): -1188711 or 10083565. OLE color: 10083565.

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

Color convert

RGB237220153-
CMYK00.070.350.07
HSL47.86º70%76.47%-
HSV(B)47.86º35.44%92.94%-
XYZ66.2771.4940.44-
YUV217.4491.63141.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 153 (60.16% from 255) = 25.08%
R=38.85%
G=36.07%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722015300.070.350.0747.867076.47
HexEDDC990723730464c
Octal3553342310743760106114
Binary111011011101110010011001011110001111111000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC99; }

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

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

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

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

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

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

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

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