Shades of Orange White #EFE5C9
Tints of Orange White #EFE5C9
RGB
CMYK
RGB Variations
Color information
#EFE5C9 (or 0xEFE5C9) is known color: Orange White. HEX triplet: EF, E5 and C9. RGB value is (239,229,201). Sum of RGB (Red+Green+Blue) = 239+229+201=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 201 (78.91% from 255 or 30.04% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5C9 is #101A36. Grayscale: #E4E4E4. Windows color (decimal): -1055287 or 13231599. OLE color: 13231599.
HSL color Cylindrical-coordinate representation of color #EFE5C9: hue angle of 44.21º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFE5C9 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 201 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.06 |
| HSL | 44.21º | 0.54% | 0.86% | - |
| HSV(B) | 44.21º | 0.16% | 0.94% | - |
| XYZ | 74.16 | 78.61 | 66.52 | - |
| YUV | 228.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 201 | 0 | 0.04 | 0.16 | 0.06 | 44.21 | 0.54 | 0.86 |
| Hex | EF | E5 | C9 | 0 | 4 | 10 | 6 | 2C | 36 | 56 |
| Octal | 357 | 345 | 311 | 0 | 4 | 20 | 6 | 54 | 66 | 126 |
| Binary | 11101111 | 11100101 | 11001001 | 0 | 100 | 10000 | 110 | 101100 | 110110 | 1010110 |
Color Harmonies of #EFE5C9
Complementary color
Monochromatic Colors of #EFE5C9
Black with #EFE5C9
Text Example
Text Example
White with #EFE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5C9; }
p { color: rgb(239,229,201); }
H1.HeaderClassName
{
color: #EFE5C9;
}
.AnyTagClassName
{
color: #EFE5C9;
}
</style>
background-color css
<style>
a { background-color: #EFE5C9; }
a { background-color: rgb(239,229,201); }
div.DivClassName
{
background-color: #EFE5C9;
}
.BgClassName
{
background-color: #EFE5C9;
}
</style>
border-color css
<style>
span { border-color: #EFE5C9; }
span { border-color: rgb(239,229,201); }
td.TdClassName
{
border-color: #EFE5C9;
}
.TagClassName
{
border-color: #EFE5C9;
}
</style>