Shades of Raffia #E2C99D
Tints of Raffia #E2C99D
RGB
CMYK
RGB Variations
Color information
#E2C99D (or 0xE2C99D) is known color: Raffia. HEX triplet: E2, C9 and 9D. RGB value is (226,201,157). Sum of RGB (Red+Green+Blue) = 226+201+157=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C99D is #1D3662. Grayscale: #CBCBCB. Windows color (decimal): -1914467 or 10340834. OLE color: 10340834.
HSL color Cylindrical-coordinate representation of color #E2C99D: hue angle of 38.26º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2C99D is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 201 | 157 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.11 |
| HSL | 38.26º | 0.54% | 0.75% | - |
| HSV(B) | 38.26º | 0.31% | 0.89% | - |
| XYZ | 58.34 | 60.38 | 40.48 | - |
| YUV | 203.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 201 | 157 | 0 | 0.11 | 0.31 | 0.11 | 38.26 | 0.54 | 0.75 |
| Hex | E2 | C9 | 9D | 0 | B | 1F | B | 26 | 36 | 4B |
| Octal | 342 | 311 | 235 | 0 | 13 | 37 | 13 | 46 | 66 | 113 |
| Binary | 11100010 | 11001001 | 10011101 | 0 | 1011 | 11111 | 1011 | 100110 | 110110 | 1001011 |
Color Harmonies of #E2C99D
Complementary color
Monochromatic Colors of #E2C99D
Black with #E2C99D
Text Example
Text Example
White with #E2C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C99D; }
p { color: rgb(226,201,157); }
H1.HeaderClassName
{
color: #E2C99D;
}
.AnyTagClassName
{
color: #E2C99D;
}
</style>
background-color css
<style>
a { background-color: #E2C99D; }
a { background-color: rgb(226,201,157); }
div.DivClassName
{
background-color: #E2C99D;
}
.BgClassName
{
background-color: #E2C99D;
}
</style>
border-color css
<style>
span { border-color: #E2C99D; }
span { border-color: rgb(226,201,157); }
td.TdClassName
{
border-color: #E2C99D;
}
.TagClassName
{
border-color: #E2C99D;
}
</style>