Shades of Raffia #E1CDA8
Tints of Raffia #E1CDA8
RGB
CMYK
RGB Variations
Color information
#E1CDA8 (or 0xE1CDA8) is known color: Raffia. HEX triplet: E1, CD and A8. RGB value is (225,205,168). Sum of RGB (Red+Green+Blue) = 225+205+168=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDA8 is #1E3257. Grayscale: #CECECE. Windows color (decimal): -1978968 or 11062753. OLE color: 11062753.
HSL color Cylindrical-coordinate representation of color #E1CDA8: hue angle of 38.95º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1CDA8 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 168 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.12 |
| HSL | 38.95º | 0.49% | 0.77% | - |
| HSV(B) | 38.95º | 0.25% | 0.88% | - |
| XYZ | 59.95 | 62.5 | 45.95 | - |
| YUV | 206.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 168 | 0 | 0.09 | 0.25 | 0.12 | 38.95 | 0.49 | 0.77 |
| Hex | E1 | CD | A8 | 0 | 9 | 19 | C | 27 | 31 | 4D |
| Octal | 341 | 315 | 250 | 0 | 11 | 31 | 14 | 47 | 61 | 115 |
| Binary | 11100001 | 11001101 | 10101000 | 0 | 1001 | 11001 | 1100 | 100111 | 110001 | 1001101 |
Color Harmonies of #E1CDA8
Complementary color
Monochromatic Colors of #E1CDA8
Black with #E1CDA8
Text Example
Text Example
White with #E1CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDA8; }
p { color: rgb(225,205,168); }
H1.HeaderClassName
{
color: #E1CDA8;
}
.AnyTagClassName
{
color: #E1CDA8;
}
</style>
background-color css
<style>
a { background-color: #E1CDA8; }
a { background-color: rgb(225,205,168); }
div.DivClassName
{
background-color: #E1CDA8;
}
.BgClassName
{
background-color: #E1CDA8;
}
</style>
border-color css
<style>
span { border-color: #E1CDA8; }
span { border-color: rgb(225,205,168); }
td.TdClassName
{
border-color: #E1CDA8;
}
.TagClassName
{
border-color: #E1CDA8;
}
</style>