Shades of Yellow Sea #EEA22D
Tints of Yellow Sea #EEA22D
RGB
CMYK
RGB Variations
Color information
#EEA22D (or 0xEEA22D) is known color: Yellow Sea. HEX triplet: EE, A2 and 2D. RGB value is (238,162,45). Sum of RGB (Red+Green+Blue) = 238+162+45=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA22D is #115DD2. Grayscale: #ABABAB. Windows color (decimal): -1138131 or 2990830. OLE color: 2990830.
HSL color Cylindrical-coordinate representation of color #EEA22D: hue angle of 36.37º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEA22D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 45 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.07 |
| HSL | 36.37º | 0.85% | 0.55% | - |
| HSV(B) | 36.37º | 0.81% | 0.93% | - |
| XYZ | 48.65 | 44.21 | 8.45 | - |
| YUV | 171.39 | 56.68 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 45 | 0 | 0.32 | 0.81 | 0.07 | 36.37 | 0.85 | 0.55 |
| Hex | EE | A2 | 2D | 0 | 20 | 51 | 7 | 24 | 55 | 37 |
| Octal | 356 | 242 | 55 | 0 | 40 | 121 | 7 | 44 | 125 | 67 |
| Binary | 11101110 | 10100010 | 101101 | 0 | 100000 | 1010001 | 111 | 100100 | 1010101 | 110111 |
Color Harmonies of #EEA22D
Complementary color
Monochromatic Colors of #EEA22D
Black with #EEA22D
Text Example
Text Example
White with #EEA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA22D; }
p { color: rgb(238,162,45); }
H1.HeaderClassName
{
color: #EEA22D;
}
.AnyTagClassName
{
color: #EEA22D;
}
</style>
background-color css
<style>
a { background-color: #EEA22D; }
a { background-color: rgb(238,162,45); }
div.DivClassName
{
background-color: #EEA22D;
}
.BgClassName
{
background-color: #EEA22D;
}
</style>
border-color css
<style>
span { border-color: #EEA22D; }
span { border-color: rgb(238,162,45); }
td.TdClassName
{
border-color: #EEA22D;
}
.TagClassName
{
border-color: #EEA22D;
}
</style>