Shades of Sandy Beach #FFE0B8
Tints of Sandy Beach #FFE0B8
RGB
CMYK
RGB Variations
Color information
#FFE0B8 (or 0xFFE0B8) is known color: Sandy Beach. HEX triplet: FF, E0 and B8. RGB value is (255,224,184). Sum of RGB (Red+Green+Blue) = 255+224+184=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 184 (72.27% from 255 or 27.75% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0B8 is #001F47. Grayscale: #E4E4E4. Windows color (decimal): -8008 or 12116223. OLE color: 12116223.
HSL color Cylindrical-coordinate representation of color #FFE0B8: hue angle of 33.8º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFE0B8 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 184 | - |
| CMYK | 0 | 0.12 | 0.28 | 0 |
| HSL | 33.8º | 1% | 0.86% | - |
| HSV(B) | 33.8º | 0.28% | 1% | - |
| XYZ | 76.55 | 78.03 | 56.37 | - |
| YUV | 228.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 184 | 0 | 0.12 | 0.28 | 0 | 33.8 | 1 | 0.86 |
| Hex | FF | E0 | B8 | 0 | C | 1C | 0 | 22 | 64 | 56 |
| Octal | 377 | 340 | 270 | 0 | 14 | 34 | 0 | 42 | 144 | 126 |
| Binary | 11111111 | 11100000 | 10111000 | 0 | 1100 | 11100 | 0 | 100010 | 1100100 | 1010110 |
Color Harmonies of #FFE0B8
Complementary color
Monochromatic Colors of #FFE0B8
Black with #FFE0B8
Text Example
Text Example
White with #FFE0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0B8; }
p { color: rgb(255,224,184); }
H1.HeaderClassName
{
color: #FFE0B8;
}
.AnyTagClassName
{
color: #FFE0B8;
}
</style>
background-color css
<style>
a { background-color: #FFE0B8; }
a { background-color: rgb(255,224,184); }
div.DivClassName
{
background-color: #FFE0B8;
}
.BgClassName
{
background-color: #FFE0B8;
}
</style>
border-color css
<style>
span { border-color: #FFE0B8; }
span { border-color: rgb(255,224,184); }
td.TdClassName
{
border-color: #FFE0B8;
}
.TagClassName
{
border-color: #FFE0B8;
}
</style>