Shades of Barley White #EFE4B5
Tints of Barley White #EFE4B5
RGB
CMYK
RGB Variations
Color information
#EFE4B5 (or 0xEFE4B5) is known color: Barley White. HEX triplet: EF, E4 and B5. RGB value is (239,228,181). Sum of RGB (Red+Green+Blue) = 239+228+181=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4B5 is #101B4A. Grayscale: #E2E2E2. Windows color (decimal): -1055563 or 11920623. OLE color: 11920623.
HSL color Cylindrical-coordinate representation of color #EFE4B5: hue angle of 48.62º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFE4B5 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 181 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.06 |
| HSL | 48.62º | 0.64% | 0.82% | - |
| HSV(B) | 48.62º | 0.24% | 0.94% | - |
| XYZ | 71.68 | 77.17 | 54.83 | - |
| YUV | 225.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 181 | 0 | 0.05 | 0.24 | 0.06 | 48.62 | 0.64 | 0.82 |
| Hex | EF | E4 | B5 | 0 | 5 | 18 | 6 | 31 | 40 | 52 |
| Octal | 357 | 344 | 265 | 0 | 5 | 30 | 6 | 61 | 100 | 122 |
| Binary | 11101111 | 11100100 | 10110101 | 0 | 101 | 11000 | 110 | 110001 | 1000000 | 1010010 |
Color Harmonies of #EFE4B5
Complementary color
Monochromatic Colors of #EFE4B5
Black with #EFE4B5
Text Example
Text Example
White with #EFE4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4B5; }
p { color: rgb(239,228,181); }
H1.HeaderClassName
{
color: #EFE4B5;
}
.AnyTagClassName
{
color: #EFE4B5;
}
</style>
background-color css
<style>
a { background-color: #EFE4B5; }
a { background-color: rgb(239,228,181); }
div.DivClassName
{
background-color: #EFE4B5;
}
.BgClassName
{
background-color: #EFE4B5;
}
</style>
border-color css
<style>
span { border-color: #EFE4B5; }
span { border-color: rgb(239,228,181); }
td.TdClassName
{
border-color: #EFE4B5;
}
.TagClassName
{
border-color: #EFE4B5;
}
</style>