Shades of Yellow Sea #EEA43D
Tints of Yellow Sea #EEA43D
RGB
CMYK
RGB Variations
Color information
#EEA43D (or 0xEEA43D) is known color: Yellow Sea. HEX triplet: EE, A4 and 3D. RGB value is (238,164,61). Sum of RGB (Red+Green+Blue) = 238+164+61=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA43D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA43D is #115BC2. Grayscale: #AEAEAE. Windows color (decimal): -1137603 or 4039918. OLE color: 4039918.
HSL color Cylindrical-coordinate representation of color #EEA43D: hue angle of 34.92º 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 #EEA43D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 61 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.07 |
| HSL | 34.92º | 0.84% | 0.59% | - |
| HSV(B) | 34.92º | 0.74% | 0.93% | - |
| XYZ | 49.38 | 45.06 | 10.51 | - |
| YUV | 174.38 | 64.02 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 61 | 0 | 0.31 | 0.74 | 0.07 | 34.92 | 0.84 | 0.59 |
| Hex | EE | A4 | 3D | 0 | 1F | 4A | 7 | 23 | 54 | 3B |
| Octal | 356 | 244 | 75 | 0 | 37 | 112 | 7 | 43 | 124 | 73 |
| Binary | 11101110 | 10100100 | 111101 | 0 | 11111 | 1001010 | 111 | 100011 | 1010100 | 111011 |
Color Harmonies of #EEA43D
Complementary color
Monochromatic Colors of #EEA43D
Black with #EEA43D
Text Example
Text Example
White with #EEA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA43D; }
p { color: rgb(238,164,61); }
H1.HeaderClassName
{
color: #EEA43D;
}
.AnyTagClassName
{
color: #EEA43D;
}
</style>
background-color css
<style>
a { background-color: #EEA43D; }
a { background-color: rgb(238,164,61); }
div.DivClassName
{
background-color: #EEA43D;
}
.BgClassName
{
background-color: #EEA43D;
}
</style>
border-color css
<style>
span { border-color: #EEA43D; }
span { border-color: rgb(238,164,61); }
td.TdClassName
{
border-color: #EEA43D;
}
.TagClassName
{
border-color: #EEA43D;
}
</style>