Shades of Sandy Beach #FFE0BD
Tints of Sandy Beach #FFE0BD
RGB
CMYK
RGB Variations
Color information
#FFE0BD (or 0xFFE0BD) is known color: Sandy Beach. HEX triplet: FF, E0 and BD. RGB value is (255,224,189). Sum of RGB (Red+Green+Blue) = 255+224+189=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 189 (74.22% from 255 or 28.29% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0BD is #001F42. Grayscale: #E5E5E5. Windows color (decimal): -8003 or 12443903. OLE color: 12443903.
HSL color Cylindrical-coordinate representation of color #FFE0BD: hue angle of 31.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFE0BD is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 189 | - |
| CMYK | 0 | 0.12 | 0.26 | 0 |
| HSL | 31.82º | 1% | 0.87% | - |
| HSV(B) | 31.82º | 0.26% | 1% | - |
| XYZ | 77.08 | 78.25 | 59.18 | - |
| YUV | 229.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 189 | 0 | 0.12 | 0.26 | 0 | 31.82 | 1 | 0.87 |
| Hex | FF | E0 | BD | 0 | C | 1A | 0 | 20 | 64 | 57 |
| Octal | 377 | 340 | 275 | 0 | 14 | 32 | 0 | 40 | 144 | 127 |
| Binary | 11111111 | 11100000 | 10111101 | 0 | 1100 | 11010 | 0 | 100000 | 1100100 | 1010111 |
Color Harmonies of #FFE0BD
Complementary color
Monochromatic Colors of #FFE0BD
Black with #FFE0BD
Text Example
Text Example
White with #FFE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0BD; }
p { color: rgb(255,224,189); }
H1.HeaderClassName
{
color: #FFE0BD;
}
.AnyTagClassName
{
color: #FFE0BD;
}
</style>
background-color css
<style>
a { background-color: #FFE0BD; }
a { background-color: rgb(255,224,189); }
div.DivClassName
{
background-color: #FFE0BD;
}
.BgClassName
{
background-color: #FFE0BD;
}
</style>
border-color css
<style>
span { border-color: #FFE0BD; }
span { border-color: rgb(255,224,189); }
td.TdClassName
{
border-color: #FFE0BD;
}
.TagClassName
{
border-color: #FFE0BD;
}
</style>