Shades of Yellow Sea #EEA63F
Tints of Yellow Sea #EEA63F
RGB
CMYK
RGB Variations
Color information
#EEA63F (or 0xEEA63F) is known color: Yellow Sea. HEX triplet: EE, A6 and 3F. RGB value is (238,166,63). Sum of RGB (Red+Green+Blue) = 238+166+63=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA63F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA63F is #1159C0. Grayscale: #B0B0B0. Windows color (decimal): -1137089 or 4171502. OLE color: 4171502.
HSL color Cylindrical-coordinate representation of color #EEA63F: hue angle of 35.31º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEA63F is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 63 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.07 |
| HSL | 35.31º | 0.84% | 0.59% | - |
| HSV(B) | 35.31º | 0.74% | 0.93% | - |
| XYZ | 49.79 | 45.81 | 10.92 | - |
| YUV | 175.79 | 64.35 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 63 | 0 | 0.30 | 0.74 | 0.07 | 35.31 | 0.84 | 0.59 |
| Hex | EE | A6 | 3F | 0 | 1E | 4A | 7 | 23 | 54 | 3B |
| Octal | 356 | 246 | 77 | 0 | 36 | 112 | 7 | 43 | 124 | 73 |
| Binary | 11101110 | 10100110 | 111111 | 0 | 11110 | 1001010 | 111 | 100011 | 1010100 | 111011 |
Color Harmonies of #EEA63F
Complementary color
Monochromatic Colors of #EEA63F
Black with #EEA63F
Text Example
Text Example
White with #EEA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA63F; }
p { color: rgb(238,166,63); }
H1.HeaderClassName
{
color: #EEA63F;
}
.AnyTagClassName
{
color: #EEA63F;
}
</style>
background-color css
<style>
a { background-color: #EEA63F; }
a { background-color: rgb(238,166,63); }
div.DivClassName
{
background-color: #EEA63F;
}
.BgClassName
{
background-color: #EEA63F;
}
</style>
border-color css
<style>
span { border-color: #EEA63F; }
span { border-color: rgb(238,166,63); }
td.TdClassName
{
border-color: #EEA63F;
}
.TagClassName
{
border-color: #EEA63F;
}
</style>