#EEDBA1

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

Shades of Splash #EEDBA1

Tints of Splash #EEDBA1

Color information

#EEDBA1 (or 0xEEDBA1) is unknown color: approx Splash. HEX triplet: EE, DB and A1. RGB value is (238,219,161). Sum of RGB (Red+Green+Blue) = 238+219+161=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDBA1 is #11245E. Grayscale: #DADADA. Windows color (decimal): -1123423 or 10607598. OLE color: 10607598.

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

Color convert

RGB238219161-
CMYK00.080.320.07
HSL45.19º69.37%78.24%-
HSV(B)45.19º32.35%93.33%-
XYZ67.0271.4143.97-
YUV218.0795.79142.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 161 (63.28% from 255) = 26.05%
R=38.51%
G=35.44%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821916100.080.320.0745.1969.3778.24
HexEEDBA1082072d454e
Octal35633324101040755105116
Binary1110111011011011101000010100010000011110110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBA1; }

 p { color: rgb(238,219,161); }

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

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

 a { background-color: rgb(238,219,161); }

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

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

 span { border-color: rgb(238,219,161); }

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