#EDDB99

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

Shades of Splash #EDDB99

Tints of Splash #EDDB99

Color information

#EDDB99 (or 0xEDDB99) is unknown color: approx Splash. HEX triplet: ED, DB and 99. RGB value is (237,219,153). Sum of RGB (Red+Green+Blue) = 237+219+153=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB99 is #122466. Grayscale: #D9D9D9. Windows color (decimal): -1188967 or 10083309. OLE color: 10083309.

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

Color convert

RGB237219153-
CMYK00.080.350.07
HSL47.14º70%76.47%-
HSV(B)47.14º35.44%92.94%-
XYZ66.0170.9740.36-
YUV216.8691.96142.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 219 (85.94% from 255) = 35.96%
BLUE value IS 153 (60.16% from 255) = 25.12%
R=38.92%
G=35.96%
B=25.12%

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
Decimal23721915300.080.350.0747.147076.47
HexEDDB99082372f464c
Octal35533323101043757106114
Binary1110110111011011100110010100010001111110111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB99; }

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

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

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

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

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

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

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

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