Shades of Selago #EFE9EE
Tints of Selago #EFE9EE
RGB
CMYK
RGB Variations
Color information
#EFE9EE (or 0xEFE9EE) is known color: 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
RGB | 239 | 233 | 238 | - |
CMYK | 0 | 0.03 | 0.00 | 0.06 |
HSL | 310º | 0.16% | 0.93% | - |
HSV(B) | 310º | 0.03% | 0.94% | - |
XYZ | 80.17 | 82.8 | 92.65 | - |
YUV | 235.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 233 | 238 | 0 | 0.03 | 0.00 | 0.06 | 310 | 0.16 | 0.93 |
Hex | EF | E9 | EE | 0 | 3 | 0 | 6 | 136 | 10 | 5D |
Octal | 357 | 351 | 356 | 0 | 3 | 0 | 6 | 466 | 20 | 135 |
Binary | 11101111 | 11101001 | 11101110 | 0 | 11 | 0 | 110 | 100110110 | 10000 | 1011101 |
Color Harmonies of #EFE9EE
Complementary color
Monochromatic Colors of #EFE9EE
Black with #EFE9EE
Text Example
Text Example
White with #EFE9EE
Text Example
Text Example
HTML Codes & Css Web 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>