Shades of Half And Half #EFEBCD
Tints of Half And Half #EFEBCD
RGB
CMYK
RGB Variations
Color information
#EFEBCD (or 0xEFEBCD) is known color: Half And Half. HEX triplet: EF, EB and CD. RGB value is (239,235,205). Sum of RGB (Red+Green+Blue) = 239+235+205=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBCD is #101432. Grayscale: #E8E8E8. Windows color (decimal): -1053747 or 13495279. OLE color: 13495279.
HSL color Cylindrical-coordinate representation of color #EFEBCD: hue angle of 52.94º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFEBCD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 235 | 205 | - |
CMYK | 0 | 0.02 | 0.14 | 0.06 |
HSL | 52.94º | 0.52% | 0.87% | - |
HSV(B) | 52.94º | 0.14% | 0.94% | - |
XYZ | 76.32 | 82.18 | 69.6 | - |
YUV | 232.78 | 112.33 | 132.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 205 | 0 | 0.02 | 0.14 | 0.06 | 52.94 | 0.52 | 0.87 |
Hex | EF | EB | CD | 0 | 2 | E | 6 | 35 | 34 | 57 |
Octal | 357 | 353 | 315 | 0 | 2 | 16 | 6 | 65 | 64 | 127 |
Binary | 11101111 | 11101011 | 11001101 | 0 | 10 | 1110 | 110 | 110101 | 110100 | 1010111 |
Color Harmonies of #EFEBCD
Complementary color
Monochromatic Colors of #EFEBCD
Black with #EFEBCD
Text Example
Text Example
White with #EFEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBCD; }
p { color: rgb(239,235,205); }
H1.HeaderClassName
{
color: #EFEBCD;
}
.AnyTagClassName
{
color: #EFEBCD;
}
</style>
background-color css
<style>
a { background-color: #EFEBCD; }
a { background-color: rgb(239,235,205); }
div.DivClassName
{
background-color: #EFEBCD;
}
.BgClassName
{
background-color: #EFEBCD;
}
</style>
border-color css
<style>
span { border-color: #EFEBCD; }
span { border-color: rgb(239,235,205); }
td.TdClassName
{
border-color: #EFEBCD;
}
.TagClassName
{
border-color: #EFEBCD;
}
</style>