Shades of Alabaster #EFEEE5
Tints of Alabaster #EFEEE5
RGB
CMYK
RGB Variations
Color information
#EFEEE5 (or 0xEFEEE5) is known color: Alabaster. HEX triplet: EF, EE and E5. RGB value is (239,238,229). Sum of RGB (Red+Green+Blue) = 239+238+229=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE5 is #10111A. Grayscale: #EDEDED. Windows color (decimal): -1052955 or 15068911. OLE color: 15068911.
HSL color Cylindrical-coordinate representation of color #EFEEE5: hue angle of 54º 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 #EFEEE5 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 238 | 229 | - |
CMYK | 0 | 0.00 | 0.04 | 0.06 |
HSL | 54º | 0.24% | 0.92% | - |
HSV(B) | 54º | 0.04% | 0.94% | - |
XYZ | 80.31 | 85.16 | 86.33 | - |
YUV | 237.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 238 | 229 | 0 | 0.00 | 0.04 | 0.06 | 54 | 0.24 | 0.92 |
Hex | EF | EE | E5 | 0 | 0 | 4 | 6 | 36 | 18 | 5C |
Octal | 357 | 356 | 345 | 0 | 0 | 4 | 6 | 66 | 30 | 134 |
Binary | 11101111 | 11101110 | 11100101 | 0 | 0 | 100 | 110 | 110110 | 11000 | 1011100 |
Color Harmonies of #EFEEE5
Complementary color
Monochromatic Colors of #EFEEE5
Black with #EFEEE5
Text Example
Text Example
White with #EFEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEE5; }
p { color: rgb(239,238,229); }
H1.HeaderClassName
{
color: #EFEEE5;
}
.AnyTagClassName
{
color: #EFEEE5;
}
</style>
background-color css
<style>
a { background-color: #EFEEE5; }
a { background-color: rgb(239,238,229); }
div.DivClassName
{
background-color: #EFEEE5;
}
.BgClassName
{
background-color: #EFEEE5;
}
</style>
border-color css
<style>
span { border-color: #EFEEE5; }
span { border-color: rgb(239,238,229); }
td.TdClassName
{
border-color: #EFEEE5;
}
.TagClassName
{
border-color: #EFEEE5;
}
</style>