Shades of Barley White #EFE5B5
Tints of Barley White #EFE5B5
RGB
CMYK
RGB Variations
Color information
#EFE5B5 (or 0xEFE5B5) is known color: Barley White. HEX triplet: EF, E5 and B5. RGB value is (239,229,181). Sum of RGB (Red+Green+Blue) = 239+229+181=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5B5 is #101A4A. Grayscale: #E2E2E2. Windows color (decimal): -1055307 or 11920879. OLE color: 11920879.
HSL color Cylindrical-coordinate representation of color #EFE5B5: hue angle of 49.66º 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 #EFE5B5 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 181 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.06 |
| HSL | 49.66º | 0.64% | 0.82% | - |
| HSV(B) | 49.66º | 0.24% | 0.94% | - |
| XYZ | 71.96 | 77.73 | 54.93 | - |
| YUV | 226.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 181 | 0 | 0.04 | 0.24 | 0.06 | 49.66 | 0.64 | 0.82 |
| Hex | EF | E5 | B5 | 0 | 4 | 18 | 6 | 32 | 40 | 52 |
| Octal | 357 | 345 | 265 | 0 | 4 | 30 | 6 | 62 | 100 | 122 |
| Binary | 11101111 | 11100101 | 10110101 | 0 | 100 | 11000 | 110 | 110010 | 1000000 | 1010010 |
Color Harmonies of #EFE5B5
Complementary color
Monochromatic Colors of #EFE5B5
Black with #EFE5B5
Text Example
Text Example
White with #EFE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5B5; }
p { color: rgb(239,229,181); }
H1.HeaderClassName
{
color: #EFE5B5;
}
.AnyTagClassName
{
color: #EFE5B5;
}
</style>
background-color css
<style>
a { background-color: #EFE5B5; }
a { background-color: rgb(239,229,181); }
div.DivClassName
{
background-color: #EFE5B5;
}
.BgClassName
{
background-color: #EFE5B5;
}
</style>
border-color css
<style>
span { border-color: #EFE5B5; }
span { border-color: rgb(239,229,181); }
td.TdClassName
{
border-color: #EFE5B5;
}
.TagClassName
{
border-color: #EFE5B5;
}
</style>