Shades of Orange White #EFE5CC
Tints of Orange White #EFE5CC
RGB
CMYK
RGB Variations
Color information
#EFE5CC (or 0xEFE5CC) is known color: Orange White. HEX triplet: EF, E5 and CC. RGB value is (239,229,204). Sum of RGB (Red+Green+Blue) = 239+229+204=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5CC is #101A33. Grayscale: #E5E5E5. Windows color (decimal): -1055284 or 13428207. OLE color: 13428207.
HSL color Cylindrical-coordinate representation of color #EFE5CC: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFE5CC is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 204 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.06 |
| HSL | 42.86º | 0.52% | 0.87% | - |
| HSV(B) | 42.86º | 0.15% | 0.94% | - |
| XYZ | 74.52 | 78.75 | 68.4 | - |
| YUV | 229.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 204 | 0 | 0.04 | 0.15 | 0.06 | 42.86 | 0.52 | 0.87 |
| Hex | EF | E5 | CC | 0 | 4 | F | 6 | 2B | 34 | 57 |
| Octal | 357 | 345 | 314 | 0 | 4 | 17 | 6 | 53 | 64 | 127 |
| Binary | 11101111 | 11100101 | 11001100 | 0 | 100 | 1111 | 110 | 101011 | 110100 | 1010111 |
Color Harmonies of #EFE5CC
Complementary color
Monochromatic Colors of #EFE5CC
Black with #EFE5CC
Text Example
Text Example
White with #EFE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5CC; }
p { color: rgb(239,229,204); }
H1.HeaderClassName
{
color: #EFE5CC;
}
.AnyTagClassName
{
color: #EFE5CC;
}
</style>
background-color css
<style>
a { background-color: #EFE5CC; }
a { background-color: rgb(239,229,204); }
div.DivClassName
{
background-color: #EFE5CC;
}
.BgClassName
{
background-color: #EFE5CC;
}
</style>
border-color css
<style>
span { border-color: #EFE5CC; }
span { border-color: rgb(239,229,204); }
td.TdClassName
{
border-color: #EFE5CC;
}
.TagClassName
{
border-color: #EFE5CC;
}
</style>