Html Css Color HEX #EFEBE0 Quarter Pearl Lusta
📋 copy color: '#EFEBE0'red 239 ◦ green 235 ◦ blue 224
Shades of Quarter Pearl Lusta #EFEBE0
Tints of Quarter Pearl Lusta #EFEBE0
RGB
CMYK
RGB Variations
Color information
#EFEBE0 (or 0xEFEBE0) is known color: Quarter Pearl Lusta. HEX triplet: EF, EB and E0. RGB value is (239,235,224). Sum of RGB (Red+Green+Blue) = 239+235+224=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBE0 is #10141F. Grayscale: #EAEAEA. Windows color (decimal): -1053728 or 14740463. OLE color: 14740463.
HSL color Cylindrical-coordinate representation of color #EFEBE0: hue angle of 44º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEBE0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 224 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.06 |
| HSL | 44º | 0.32% | 0.91% | - |
| HSV(B) | 44º | 0.06% | 0.94% | - |
| XYZ | 78.76 | 83.15 | 82.42 | - |
| YUV | 234.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 224 | 0 | 0.02 | 0.06 | 0.06 | 44 | 0.32 | 0.91 |
| Hex | EF | EB | E0 | 0 | 2 | 6 | 6 | 2C | 20 | 5B |
| Octal | 357 | 353 | 340 | 0 | 2 | 6 | 6 | 54 | 40 | 133 |
| Binary | 11101111 | 11101011 | 11100000 | 0 | 10 | 110 | 110 | 101100 | 100000 | 1011011 |
Color Harmonies of #EFEBE0
Complementary color
Monochromatic Colors of #EFEBE0
Black with #EFEBE0
Text Example
Text Example
White with #EFEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBE0; }
p { color: rgb(239,235,224); }
H1.HeaderClassName
{
color: #EFEBE0;
}
.AnyTagClassName
{
color: #EFEBE0;
}
</style>
background-color css
<style>
a { background-color: #EFEBE0; }
a { background-color: rgb(239,235,224); }
div.DivClassName
{
background-color: #EFEBE0;
}
.BgClassName
{
background-color: #EFEBE0;
}
</style>
border-color css
<style>
span { border-color: #EFEBE0; }
span { border-color: rgb(239,235,224); }
td.TdClassName
{
border-color: #EFEBE0;
}
.TagClassName
{
border-color: #EFEBE0;
}
</style>