Shades of Tangerine Yellow #EED00B
Tints of Tangerine Yellow #EED00B
RGB
CMYK
RGB Variations
Color information
#EED00B (or 0xEED00B) is known color: Tangerine Yellow. HEX triplet: EE, D0 and 0B. RGB value is (238,208,11). Sum of RGB (Red+Green+Blue) = 238+208+11=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EED00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED00B is #112FF4. Grayscale: #C3C3C3. Windows color (decimal): -1126389 or 774382. OLE color: 774382.
HSL color Cylindrical-coordinate representation of color #EED00B: hue angle of 52.07º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EED00B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.07 |
| HSL | 52.07º | 0.91% | 0.49% | - |
| HSV(B) | 52.07º | 0.95% | 0.93% | - |
| XYZ | 57.88 | 63.31 | 9.49 | - |
| YUV | 194.51 | 24.44 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 11 | 0 | 0.13 | 0.95 | 0.07 | 52.07 | 0.91 | 0.49 |
| Hex | EE | D0 | B | 0 | D | 5F | 7 | 34 | 5B | 31 |
| Octal | 356 | 320 | 13 | 0 | 15 | 137 | 7 | 64 | 133 | 61 |
| Binary | 11101110 | 11010000 | 1011 | 0 | 1101 | 1011111 | 111 | 110100 | 1011011 | 110001 |
Color Harmonies of #EED00B
Complementary color
Monochromatic Colors of #EED00B
Black with #EED00B
Text Example
Text Example
White with #EED00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED00B; }
p { color: rgb(238,208,11); }
H1.HeaderClassName
{
color: #EED00B;
}
.AnyTagClassName
{
color: #EED00B;
}
</style>
background-color css
<style>
a { background-color: #EED00B; }
a { background-color: rgb(238,208,11); }
div.DivClassName
{
background-color: #EED00B;
}
.BgClassName
{
background-color: #EED00B;
}
</style>
border-color css
<style>
span { border-color: #EED00B; }
span { border-color: rgb(238,208,11); }
td.TdClassName
{
border-color: #EED00B;
}
.TagClassName
{
border-color: #EED00B;
}
</style>