Shades of Selago #EFE5EE
Tints of Selago #EFE5EE
RGB
CMYK
RGB Variations
Color information
#EFE5EE (or 0xEFE5EE) is known color: Selago. HEX triplet: EF, E5 and EE. RGB value is (239,229,238). Sum of RGB (Red+Green+Blue) = 239+229+238=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5EE is #101A11. Grayscale: #E8E8E8. Windows color (decimal): -1055250 or 15656431. OLE color: 15656431.
HSL color Cylindrical-coordinate representation of color #EFE5EE: hue angle of 306º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFE5EE is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 229 | 238 | - |
CMYK | 0 | 0.04 | 0.00 | 0.06 |
HSL | 306º | 0.24% | 0.92% | - |
HSV(B) | 306º | 0.04% | 0.94% | - |
XYZ | 79.05 | 80.56 | 92.27 | - |
YUV | 233.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 229 | 238 | 0 | 0.04 | 0.00 | 0.06 | 306 | 0.24 | 0.92 |
Hex | EF | E5 | EE | 0 | 4 | 0 | 6 | 132 | 18 | 5C |
Octal | 357 | 345 | 356 | 0 | 4 | 0 | 6 | 462 | 30 | 134 |
Binary | 11101111 | 11100101 | 11101110 | 0 | 100 | 0 | 110 | 100110010 | 11000 | 1011100 |
Color Harmonies of #EFE5EE
Complementary color
Monochromatic Colors of #EFE5EE
Black with #EFE5EE
Text Example
Text Example
White with #EFE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5EE; }
p { color: rgb(239,229,238); }
H1.HeaderClassName
{
color: #EFE5EE;
}
.AnyTagClassName
{
color: #EFE5EE;
}
</style>
background-color css
<style>
a { background-color: #EFE5EE; }
a { background-color: rgb(239,229,238); }
div.DivClassName
{
background-color: #EFE5EE;
}
.BgClassName
{
background-color: #EFE5EE;
}
</style>
border-color css
<style>
span { border-color: #EFE5EE; }
span { border-color: rgb(239,229,238); }
td.TdClassName
{
border-color: #EFE5EE;
}
.TagClassName
{
border-color: #EFE5EE;
}
</style>