Shades of Alabaster #EFEDE5
Tints of Alabaster #EFEDE5
RGB
CMYK
RGB Variations
Color information
#EFEDE5 (or 0xEFEDE5) is known color: Alabaster. HEX triplet: EF, ED and E5. RGB value is (239,237,229). Sum of RGB (Red+Green+Blue) = 239+237+229=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDE5 is #10121A. Grayscale: #ECECEC. Windows color (decimal): -1053211 or 15068655. OLE color: 15068655.
HSL color Cylindrical-coordinate representation of color #EFEDE5: hue angle of 48º 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 #EFEDE5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 237 | 229 | - |
CMYK | 0 | 0.01 | 0.04 | 0.06 |
HSL | 48º | 0.24% | 0.92% | - |
HSV(B) | 48º | 0.04% | 0.94% | - |
XYZ | 80.02 | 84.58 | 86.24 | - |
YUV | 236.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 229 | 0 | 0.01 | 0.04 | 0.06 | 48 | 0.24 | 0.92 |
Hex | EF | ED | E5 | 0 | 1 | 4 | 6 | 30 | 18 | 5C |
Octal | 357 | 355 | 345 | 0 | 1 | 4 | 6 | 60 | 30 | 134 |
Binary | 11101111 | 11101101 | 11100101 | 0 | 1 | 100 | 110 | 110000 | 11000 | 1011100 |
Color Harmonies of #EFEDE5
Complementary color
Monochromatic Colors of #EFEDE5
Black with #EFEDE5
Text Example
Text Example
White with #EFEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDE5; }
p { color: rgb(239,237,229); }
H1.HeaderClassName
{
color: #EFEDE5;
}
.AnyTagClassName
{
color: #EFEDE5;
}
</style>
background-color css
<style>
a { background-color: #EFEDE5; }
a { background-color: rgb(239,237,229); }
div.DivClassName
{
background-color: #EFEDE5;
}
.BgClassName
{
background-color: #EFEDE5;
}
</style>
border-color css
<style>
span { border-color: #EFEDE5; }
span { border-color: rgb(239,237,229); }
td.TdClassName
{
border-color: #EFEDE5;
}
.TagClassName
{
border-color: #EFEDE5;
}
</style>