Shades of Barley White #EFE2B2
Tints of Barley White #EFE2B2
RGB
CMYK
RGB Variations
Color information
#EFE2B2 (or 0xEFE2B2) is known color: Barley White. HEX triplet: EF, E2 and B2. RGB value is (239,226,178). Sum of RGB (Red+Green+Blue) = 239+226+178=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2B2 is #101D4D. Grayscale: #E0E0E0. Windows color (decimal): -1056078 or 11723503. OLE color: 11723503.
HSL color Cylindrical-coordinate representation of color #EFE2B2: hue angle of 47.21º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFE2B2 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 226 | 178 | - |
CMYK | 0 | 0.05 | 0.26 | 0.06 |
HSL | 47.21º | 0.66% | 0.82% | - |
HSV(B) | 47.21º | 0.26% | 0.94% | - |
XYZ | 70.83 | 75.96 | 53.05 | - |
YUV | 224.42 | 101.81 | 138.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 178 | 0 | 0.05 | 0.26 | 0.06 | 47.21 | 0.66 | 0.82 |
Hex | EF | E2 | B2 | 0 | 5 | 1A | 6 | 2F | 42 | 52 |
Octal | 357 | 342 | 262 | 0 | 5 | 32 | 6 | 57 | 102 | 122 |
Binary | 11101111 | 11100010 | 10110010 | 0 | 101 | 11010 | 110 | 101111 | 1000010 | 1010010 |
Color Harmonies of #EFE2B2
Complementary color
Monochromatic Colors of #EFE2B2
Black with #EFE2B2
Text Example
Text Example
White with #EFE2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2B2; }
p { color: rgb(239,226,178); }
H1.HeaderClassName
{
color: #EFE2B2;
}
.AnyTagClassName
{
color: #EFE2B2;
}
</style>
background-color css
<style>
a { background-color: #EFE2B2; }
a { background-color: rgb(239,226,178); }
div.DivClassName
{
background-color: #EFE2B2;
}
.BgClassName
{
background-color: #EFE2B2;
}
</style>
border-color css
<style>
span { border-color: #EFE2B2; }
span { border-color: rgb(239,226,178); }
td.TdClassName
{
border-color: #EFE2B2;
}
.TagClassName
{
border-color: #EFE2B2;
}
</style>