Shades of Romance #EFEEEB
Tints of Romance #EFEEEB
RGB
CMYK
RGB Variations
Color information
#EFEEEB (or 0xEFEEEB) is known color: Romance. HEX triplet: EF, EE and EB. RGB value is (239,238,235). Sum of RGB (Red+Green+Blue) = 239+238+235=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 235 (92.19% from 255 or 33.01% from 712); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEEB is #101114. Grayscale: #EDEDED. Windows color (decimal): -1052949 or 15462127. OLE color: 15462127.
HSL color Cylindrical-coordinate representation of color #EFEEEB: hue angle of 45º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEEEB is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 238 | 235 | - |
CMYK | 0 | 0.00 | 0.02 | 0.06 |
HSL | 45º | 0.11% | 0.93% | - |
HSV(B) | 45º | 0.02% | 0.94% | - |
XYZ | 81.17 | 85.5 | 90.82 | - |
YUV | 237.96 | 126.33 | 128.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 238 | 235 | 0 | 0.00 | 0.02 | 0.06 | 45 | 0.11 | 0.93 |
Hex | EF | EE | EB | 0 | 0 | 2 | 6 | 2D | B | 5D |
Octal | 357 | 356 | 353 | 0 | 0 | 2 | 6 | 55 | 13 | 135 |
Binary | 11101111 | 11101110 | 11101011 | 0 | 0 | 10 | 110 | 101101 | 1011 | 1011101 |
Color Harmonies of #EFEEEB
Complementary color
Monochromatic Colors of #EFEEEB
Black with #EFEEEB
Text Example
Text Example
White with #EFEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEEB; }
p { color: rgb(239,238,235); }
H1.HeaderClassName
{
color: #EFEEEB;
}
.AnyTagClassName
{
color: #EFEEEB;
}
</style>
background-color css
<style>
a { background-color: #EFEEEB; }
a { background-color: rgb(239,238,235); }
div.DivClassName
{
background-color: #EFEEEB;
}
.BgClassName
{
background-color: #EFEEEB;
}
</style>
border-color css
<style>
span { border-color: #EFEEEB; }
span { border-color: rgb(239,238,235); }
td.TdClassName
{
border-color: #EFEEEB;
}
.TagClassName
{
border-color: #EFEEEB;
}
</style>