Shades of Cumulus #F5EFB5
Tints of Cumulus #F5EFB5
RGB
CMYK
RGB Variations
Color information
#F5EFB5 (or 0xF5EFB5) is known color: Cumulus. HEX triplet: F5, EF and B5. RGB value is (245,239,181). Sum of RGB (Red+Green+Blue) = 245+239+181=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 181 (71.09% from 255 or 27.22% from 665); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFB5 is #0A104A. Grayscale: #EAEAEA. Windows color (decimal): -659531 or 11923445. OLE color: 11923445.
HSL color Cylindrical-coordinate representation of color #F5EFB5: hue angle of 54.38º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5EFB5 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 239 | 181 | - |
CMYK | 0 | 0.02 | 0.26 | 0.04 |
HSL | 54.38º | 0.76% | 0.84% | - |
HSV(B) | 54.38º | 0.26% | 0.96% | - |
XYZ | 76.86 | 84.48 | 55.97 | - |
YUV | 234.18 | 97.99 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 239 | 181 | 0 | 0.02 | 0.26 | 0.04 | 54.38 | 0.76 | 0.84 |
Hex | F5 | EF | B5 | 0 | 2 | 1A | 4 | 36 | 4C | 54 |
Octal | 365 | 357 | 265 | 0 | 2 | 32 | 4 | 66 | 114 | 124 |
Binary | 11110101 | 11101111 | 10110101 | 0 | 10 | 11010 | 100 | 110110 | 1001100 | 1010100 |
Color Harmonies of #F5EFB5
Complementary color
Monochromatic Colors of #F5EFB5
Black with #F5EFB5
Text Example
Text Example
White with #F5EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EFB5; }
p { color: rgb(245,239,181); }
H1.HeaderClassName
{
color: #F5EFB5;
}
.AnyTagClassName
{
color: #F5EFB5;
}
</style>
background-color css
<style>
a { background-color: #F5EFB5; }
a { background-color: rgb(245,239,181); }
div.DivClassName
{
background-color: #F5EFB5;
}
.BgClassName
{
background-color: #F5EFB5;
}
</style>
border-color css
<style>
span { border-color: #F5EFB5; }
span { border-color: rgb(245,239,181); }
td.TdClassName
{
border-color: #F5EFB5;
}
.TagClassName
{
border-color: #F5EFB5;
}
</style>