Shades of Orange #EEAD02
Tints of Orange #EEAD02
RGB
CMYK
RGB Variations
Color information
#EEAD02 (or 0xEEAD02) is known color: Orange. HEX triplet: EE, AD and 02. RGB value is (238,173,2). Sum of RGB (Red+Green+Blue) = 238+173+2=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAD02 is #1152FD. Grayscale: #ADADAD. Windows color (decimal): -1135358 or 175598. OLE color: 175598.
HSL color Cylindrical-coordinate representation of color #EEAD02: hue angle of 43.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EEAD02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.07 |
| HSL | 43.47º | 0.98% | 0.47% | - |
| HSV(B) | 43.47º | 0.99% | 0.93% | - |
| XYZ | 50.21 | 48.07 | 6.69 | - |
| YUV | 172.94 | 31.53 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 2 | 0 | 0.27 | 0.99 | 0.07 | 43.47 | 0.98 | 0.47 |
| Hex | EE | AD | 2 | 0 | 1B | 63 | 7 | 2B | 62 | 2F |
| Octal | 356 | 255 | 2 | 0 | 33 | 143 | 7 | 53 | 142 | 57 |
| Binary | 11101110 | 10101101 | 10 | 0 | 11011 | 1100011 | 111 | 101011 | 1100010 | 101111 |
Color Harmonies of #EEAD02
Complementary color
Monochromatic Colors of #EEAD02
Black with #EEAD02
Text Example
Text Example
White with #EEAD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD02; }
p { color: rgb(238,173,2); }
H1.HeaderClassName
{
color: #EEAD02;
}
.AnyTagClassName
{
color: #EEAD02;
}
</style>
background-color css
<style>
a { background-color: #EEAD02; }
a { background-color: rgb(238,173,2); }
div.DivClassName
{
background-color: #EEAD02;
}
.BgClassName
{
background-color: #EEAD02;
}
</style>
border-color css
<style>
span { border-color: #EEAD02; }
span { border-color: rgb(238,173,2); }
td.TdClassName
{
border-color: #EEAD02;
}
.TagClassName
{
border-color: #EEAD02;
}
</style>