Shades of Orange White #EFE5CD
Tints of Orange White #EFE5CD
RGB
CMYK
RGB Variations
Color information
#EFE5CD (or 0xEFE5CD) is known color: Orange White. HEX triplet: EF, E5 and CD. RGB value is (239,229,205). Sum of RGB (Red+Green+Blue) = 239+229+205=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5CD is #101A32. Grayscale: #E5E5E5. Windows color (decimal): -1055283 or 13493743. OLE color: 13493743.
HSL color Cylindrical-coordinate representation of color #EFE5CD: hue angle of 42.35º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFE5CD is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 205 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.06 |
| HSL | 42.35º | 0.52% | 0.87% | - |
| HSV(B) | 42.35º | 0.14% | 0.94% | - |
| XYZ | 74.64 | 78.8 | 69.03 | - |
| YUV | 229.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 205 | 0 | 0.04 | 0.14 | 0.06 | 42.35 | 0.52 | 0.87 |
| Hex | EF | E5 | CD | 0 | 4 | E | 6 | 2A | 34 | 57 |
| Octal | 357 | 345 | 315 | 0 | 4 | 16 | 6 | 52 | 64 | 127 |
| Binary | 11101111 | 11100101 | 11001101 | 0 | 100 | 1110 | 110 | 101010 | 110100 | 1010111 |
Color Harmonies of #EFE5CD
Complementary color
Monochromatic Colors of #EFE5CD
Black with #EFE5CD
Text Example
Text Example
White with #EFE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5CD; }
p { color: rgb(239,229,205); }
H1.HeaderClassName
{
color: #EFE5CD;
}
.AnyTagClassName
{
color: #EFE5CD;
}
</style>
background-color css
<style>
a { background-color: #EFE5CD; }
a { background-color: rgb(239,229,205); }
div.DivClassName
{
background-color: #EFE5CD;
}
.BgClassName
{
background-color: #EFE5CD;
}
</style>
border-color css
<style>
span { border-color: #EFE5CD; }
span { border-color: rgb(239,229,205); }
td.TdClassName
{
border-color: #EFE5CD;
}
.TagClassName
{
border-color: #EFE5CD;
}
</style>