Shades of Tangerine Yellow #E9CF00
Tints of Tangerine Yellow #E9CF00
RGB
CMYK
RGB Variations
Color information
#E9CF00 (or 0xE9CF00) is known color: Tangerine Yellow. HEX triplet: E9, CF and 00. RGB value is (233,207,0). Sum of RGB (Red+Green+Blue) = 233+207+0=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9CF00 is #1630FF. Grayscale: #C0C0C0. Windows color (decimal): -1454336 or 53225. OLE color: 53225.
HSL color Cylindrical-coordinate representation of color #E9CF00: hue angle of 53.3º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9CF00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.09 |
| HSL | 53.3º | 1% | 0.46% | - |
| HSV(B) | 53.3º | 1% | 0.91% | - |
| XYZ | 55.92 | 61.95 | 9.01 | - |
| YUV | 191.18 | 20.11 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 0 | 0 | 0.11 | 1 | 0.09 | 53.3 | 1 | 0.46 |
| Hex | E9 | CF | 0 | 0 | B | 64 | 9 | 35 | 64 | 2E |
| Octal | 351 | 317 | 0 | 0 | 13 | 144 | 11 | 65 | 144 | 56 |
| Binary | 11101001 | 11001111 | 0 | 0 | 1011 | 1100100 | 1001 | 110101 | 1100100 | 101110 |
Color Harmonies of #E9CF00
Complementary color
Monochromatic Colors of #E9CF00
Black with #E9CF00
Text Example
Text Example
White with #E9CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF00; }
p { color: rgb(233,207,0); }
H1.HeaderClassName
{
color: #E9CF00;
}
.AnyTagClassName
{
color: #E9CF00;
}
</style>
background-color css
<style>
a { background-color: #E9CF00; }
a { background-color: rgb(233,207,0); }
div.DivClassName
{
background-color: #E9CF00;
}
.BgClassName
{
background-color: #E9CF00;
}
</style>
border-color css
<style>
span { border-color: #E9CF00; }
span { border-color: rgb(233,207,0); }
td.TdClassName
{
border-color: #E9CF00;
}
.TagClassName
{
border-color: #E9CF00;
}
</style>