#EFE9EE

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

Shades of Selago #EFE9EE

Tints of Selago #EFE9EE

Color information

#EFE9EE (or 0xEFE9EE) is unknown color: approx Selago. HEX triplet: EF, E9 and EE. RGB value is (239,233,238). Sum of RGB (Red+Green+Blue) = 239+233+238=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 233 (91.41% from 255 or 32.82% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9EE is #101611. Grayscale: #EBEBEB. Windows color (decimal): -1054226 or 15657455. OLE color: 15657455.

HSL color Cylindrical-coordinate representation of color #EFE9EE: hue angle of 310º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE9EE is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239233238-
CMYK00.030.000.06
HSL310º15.79%92.55%-
HSV(B)310º2.51%93.73%-
XYZ80.1782.892.65-
YUV235.36129.49130.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 233 (91.41% from 255) = 32.82%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=33.66%
G=32.82%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923323800.030.000.0631015.7992.55
HexEFE9EE0306136105d
Octal357351356030646620135
Binary1110111111101001111011100110110100110110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9EE; }

 p { color: rgb(239,233,238); }

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

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

 a { background-color: rgb(239,233,238); }

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

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

 span { border-color: rgb(239,233,238); }

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