Shades of Yellow Sea #EEA63D
Tints of Yellow Sea #EEA63D
RGB
CMYK
RGB Variations
Color information
#EEA63D (or 0xEEA63D) is known color: Yellow Sea. HEX triplet: EE, A6 and 3D. RGB value is (238,166,61). Sum of RGB (Red+Green+Blue) = 238+166+61=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA63D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA63D is #1159C2. Grayscale: #B0B0B0. Windows color (decimal): -1137091 or 4040430. OLE color: 4040430.
HSL color Cylindrical-coordinate representation of color #EEA63D: hue angle of 35.59º 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 #EEA63D is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 61 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.07 |
| HSL | 35.59º | 0.84% | 0.59% | - |
| HSV(B) | 35.59º | 0.74% | 0.93% | - |
| XYZ | 49.74 | 45.79 | 10.63 | - |
| YUV | 175.56 | 63.35 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 61 | 0 | 0.30 | 0.74 | 0.07 | 35.59 | 0.84 | 0.59 |
| Hex | EE | A6 | 3D | 0 | 1E | 4A | 7 | 24 | 54 | 3B |
| Octal | 356 | 246 | 75 | 0 | 36 | 112 | 7 | 44 | 124 | 73 |
| Binary | 11101110 | 10100110 | 111101 | 0 | 11110 | 1001010 | 111 | 100100 | 1010100 | 111011 |
Color Harmonies of #EEA63D
Complementary color
Monochromatic Colors of #EEA63D
Black with #EEA63D
Text Example
Text Example
White with #EEA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA63D; }
p { color: rgb(238,166,61); }
H1.HeaderClassName
{
color: #EEA63D;
}
.AnyTagClassName
{
color: #EEA63D;
}
</style>
background-color css
<style>
a { background-color: #EEA63D; }
a { background-color: rgb(238,166,61); }
div.DivClassName
{
background-color: #EEA63D;
}
.BgClassName
{
background-color: #EEA63D;
}
</style>
border-color css
<style>
span { border-color: #EEA63D; }
span { border-color: rgb(238,166,61); }
td.TdClassName
{
border-color: #EEA63D;
}
.TagClassName
{
border-color: #EEA63D;
}
</style>