Shades of Tangerine Yellow #E8CD01
Tints of Tangerine Yellow #E8CD01
RGB
CMYK
RGB Variations
Color information
#E8CD01 (or 0xE8CD01) is known color: Tangerine Yellow. HEX triplet: E8, CD and 01. RGB value is (232,205,1). Sum of RGB (Red+Green+Blue) = 232+205+1=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8CD01 is #1732FE. Grayscale: #BEBEBE. Windows color (decimal): -1520383 or 118248. OLE color: 118248.
HSL color Cylindrical-coordinate representation of color #E8CD01: hue angle of 52.99º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8CD01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.09 |
| HSL | 52.99º | 0.99% | 0.46% | - |
| HSV(B) | 52.99º | 1% | 0.91% | - |
| XYZ | 55.12 | 60.82 | 8.86 | - |
| YUV | 189.82 | 21.45 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 1 | 0 | 0.12 | 1.00 | 0.09 | 52.99 | 0.99 | 0.46 |
| Hex | E8 | CD | 1 | 0 | C | 64 | 9 | 35 | 63 | 2E |
| Octal | 350 | 315 | 1 | 0 | 14 | 144 | 11 | 65 | 143 | 56 |
| Binary | 11101000 | 11001101 | 1 | 0 | 1100 | 1100100 | 1001 | 110101 | 1100011 | 101110 |
Color Harmonies of #E8CD01
Complementary color
Monochromatic Colors of #E8CD01
Black with #E8CD01
Text Example
Text Example
White with #E8CD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CD01; }
p { color: rgb(232,205,1); }
H1.HeaderClassName
{
color: #E8CD01;
}
.AnyTagClassName
{
color: #E8CD01;
}
</style>
background-color css
<style>
a { background-color: #E8CD01; }
a { background-color: rgb(232,205,1); }
div.DivClassName
{
background-color: #E8CD01;
}
.BgClassName
{
background-color: #E8CD01;
}
</style>
border-color css
<style>
span { border-color: #E8CD01; }
span { border-color: rgb(232,205,1); }
td.TdClassName
{
border-color: #E8CD01;
}
.TagClassName
{
border-color: #E8CD01;
}
</style>