#EED39E

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

Shades of Splash #EED39E

Tints of Splash #EED39E

Color information

#EED39E (or 0xEED39E) is unknown color: approx Splash. HEX triplet: EE, D3 and 9E. RGB value is (238,211,158). Sum of RGB (Red+Green+Blue) = 238+211+158=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED39E is #112C61. Grayscale: #D5D5D5. Windows color (decimal): -1125474 or 10408942. OLE color: 10408942.

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

Color convert

RGB238211158-
CMYK00.110.340.07
HSL39.75º70.18%77.65%-
HSV(B)39.75º33.61%93.33%-
XYZ64.7367.2341.91-
YUV213.0396.95145.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 211 (82.81% from 255) = 34.76%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=39.21%
G=34.76%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821115800.110.340.0739.7570.1877.65
HexEED39E0B22728464e
Octal35632323601342750106116
Binary1110111011010011100111100101110001011110100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED39E; }

 p { color: rgb(238,211,158); }

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

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

 a { background-color: rgb(238,211,158); }

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

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

 span { border-color: rgb(238,211,158); }

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