#EEFBE0

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

Shades of Saltpan #EEFBE0

Tints of Saltpan #EEFBE0

Color information

#EEFBE0 (or 0xEEFBE0) is unknown color: approx Saltpan. HEX triplet: EE, FB and E0. RGB value is (238,251,224). Sum of RGB (Red+Green+Blue) = 238+251+224=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBE0 is #11041F. Grayscale: #F4F4F4. Windows color (decimal): -1115168 or 14744558. OLE color: 14744558.

HSL color Cylindrical-coordinate representation of color #EEFBE0: hue angle of 88.89º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEFBE0 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB238251224-
CMYK0.0500.110.02
HSL88.89º77.14%93.14%-
HSV(B)88.89º10.76%98.43%-
XYZ83.2192.5584-
YUV244.03116.69123.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 224 (87.89% from 255) = 31.42%
R=33.38%
G=35.20%
B=31.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512240.0500.110.0288.8977.1493.14
HexEEFBE050B2594d5d
Octal35637334050132131115135
Binary1110111011111011111000001010101110101100110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBE0; }

 p { color: rgb(238,251,224); }

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

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

 a { background-color: rgb(238,251,224); }

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

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

 span { border-color: rgb(238,251,224); }

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