Shades of Orange White #EFE6CC
Tints of Orange White #EFE6CC
RGB
CMYK
RGB Variations
Color information
#EFE6CC (or 0xEFE6CC) is known color: Orange White. HEX triplet: EF, E6 and CC. RGB value is (239,230,204). Sum of RGB (Red+Green+Blue) = 239+230+204=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6CC is #101933. Grayscale: #E5E5E5. Windows color (decimal): -1055028 or 13428463. OLE color: 13428463.
HSL color Cylindrical-coordinate representation of color #EFE6CC: hue angle of 44.57º 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 #EFE6CC is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 204 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.06 |
| HSL | 44.57º | 0.52% | 0.87% | - |
| HSV(B) | 44.57º | 0.15% | 0.94% | - |
| XYZ | 74.79 | 79.3 | 68.49 | - |
| YUV | 229.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 204 | 0 | 0.04 | 0.15 | 0.06 | 44.57 | 0.52 | 0.87 |
| Hex | EF | E6 | CC | 0 | 4 | F | 6 | 2D | 34 | 57 |
| Octal | 357 | 346 | 314 | 0 | 4 | 17 | 6 | 55 | 64 | 127 |
| Binary | 11101111 | 11100110 | 11001100 | 0 | 100 | 1111 | 110 | 101101 | 110100 | 1010111 |
Color Harmonies of #EFE6CC
Complementary color
Monochromatic Colors of #EFE6CC
Black with #EFE6CC
Text Example
Text Example
White with #EFE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6CC; }
p { color: rgb(239,230,204); }
H1.HeaderClassName
{
color: #EFE6CC;
}
.AnyTagClassName
{
color: #EFE6CC;
}
</style>
background-color css
<style>
a { background-color: #EFE6CC; }
a { background-color: rgb(239,230,204); }
div.DivClassName
{
background-color: #EFE6CC;
}
.BgClassName
{
background-color: #EFE6CC;
}
</style>
border-color css
<style>
span { border-color: #EFE6CC; }
span { border-color: rgb(239,230,204); }
td.TdClassName
{
border-color: #EFE6CC;
}
.TagClassName
{
border-color: #EFE6CC;
}
</style>