#EED893

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

Shades of Splash #EED893

Tints of Splash #EED893

Color information

#EED893 (or 0xEED893) is unknown color: approx Splash. HEX triplet: EE, D8 and 93. RGB value is (238,216,147). Sum of RGB (Red+Green+Blue) = 238+216+147=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED893 is #11276C. Grayscale: #D7D7D7. Windows color (decimal): -1124205 or 9689326. OLE color: 9689326.

HSL color Cylindrical-coordinate representation of color #EED893: hue angle of 45.49º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EED893 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB238216147-
CMYK00.090.380.07
HSL45.49º72.8%75.49%-
HSV(B)45.49º38.24%93.33%-
XYZ65.0869.437.57-
YUV214.7189.79144.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 147 (57.81% from 255) = 24.46%
R=39.60%
G=35.94%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821614700.090.380.0745.4972.875.49
HexEED893092672d494b
Octal35633022301146755111113
Binary1110111011011000100100110100110011011110110110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED893; }

 p { color: rgb(238,216,147); }

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

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

 a { background-color: rgb(238,216,147); }

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

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

 span { border-color: rgb(238,216,147); }

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