Shades of Orange White #EFE5CA
Tints of Orange White #EFE5CA
RGB
CMYK
RGB Variations
Color information
#EFE5CA (or 0xEFE5CA) is known color: Orange White. HEX triplet: EF, E5 and CA. RGB value is (239,229,202). Sum of RGB (Red+Green+Blue) = 239+229+202=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5CA is #101A35. Grayscale: #E5E5E5. Windows color (decimal): -1055286 or 13297135. OLE color: 13297135.
HSL color Cylindrical-coordinate representation of color #EFE5CA: hue angle of 43.78º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE5CA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 202 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.06 |
| HSL | 43.78º | 0.54% | 0.86% | - |
| HSV(B) | 43.78º | 0.15% | 0.94% | - |
| XYZ | 74.28 | 78.65 | 67.14 | - |
| YUV | 228.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 202 | 0 | 0.04 | 0.15 | 0.06 | 43.78 | 0.54 | 0.86 |
| Hex | EF | E5 | CA | 0 | 4 | F | 6 | 2C | 36 | 56 |
| Octal | 357 | 345 | 312 | 0 | 4 | 17 | 6 | 54 | 66 | 126 |
| Binary | 11101111 | 11100101 | 11001010 | 0 | 100 | 1111 | 110 | 101100 | 110110 | 1010110 |
Color Harmonies of #EFE5CA
Complementary color
Monochromatic Colors of #EFE5CA
Black with #EFE5CA
Text Example
Text Example
White with #EFE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5CA; }
p { color: rgb(239,229,202); }
H1.HeaderClassName
{
color: #EFE5CA;
}
.AnyTagClassName
{
color: #EFE5CA;
}
</style>
background-color css
<style>
a { background-color: #EFE5CA; }
a { background-color: rgb(239,229,202); }
div.DivClassName
{
background-color: #EFE5CA;
}
.BgClassName
{
background-color: #EFE5CA;
}
</style>
border-color css
<style>
span { border-color: #EFE5CA; }
span { border-color: rgb(239,229,202); }
td.TdClassName
{
border-color: #EFE5CA;
}
.TagClassName
{
border-color: #EFE5CA;
}
</style>