#EEDE9B

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

Shades of Splash #EEDE9B

Tints of Splash #EEDE9B

Color information

#EEDE9B (or 0xEEDE9B) is unknown color: approx Splash. HEX triplet: EE, DE and 9B. RGB value is (238,222,155). Sum of RGB (Red+Green+Blue) = 238+222+155=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE9B is #112164. Grayscale: #DBDBDB. Windows color (decimal): -1122661 or 10215150. OLE color: 10215150.

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

Color convert

RGB238222155-
CMYK00.070.350.07
HSL48.43º70.94%77.06%-
HSV(B)48.43º34.87%93.33%-
XYZ67.372.7941.51-
YUV219.1591.8141.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 155 (60.94% from 255) = 25.20%
R=38.70%
G=36.10%
B=25.20%

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
Decimal23822215500.070.350.0748.4370.9477.06
HexEEDE9B0723730474d
Octal3563362330743760107115
Binary111011101101111010011011011110001111111000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE9B; }

 p { color: rgb(238,222,155); }

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

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

 a { background-color: rgb(238,222,155); }

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

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

 span { border-color: rgb(238,222,155); }

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