Shades of Yellow Sea #EFA33A
Tints of Yellow Sea #EFA33A
RGB
CMYK
RGB Variations
Color information
#EFA33A (or 0xEFA33A) is known color: Yellow Sea. HEX triplet: EF, A3 and 3A. RGB value is (239,163,58). Sum of RGB (Red+Green+Blue) = 239+163+58=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA33A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA33A is #105CC5. Grayscale: #AEAEAE. Windows color (decimal): -1072326 or 3843055. OLE color: 3843055.
HSL color Cylindrical-coordinate representation of color #EFA33A: hue angle of 34.81º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFA33A is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 58 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.06 |
| HSL | 34.81º | 0.85% | 0.58% | - |
| HSV(B) | 34.81º | 0.76% | 0.94% | - |
| XYZ | 49.46 | 44.85 | 10.05 | - |
| YUV | 173.75 | 62.68 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 58 | 0 | 0.32 | 0.76 | 0.06 | 34.81 | 0.85 | 0.58 |
| Hex | EF | A3 | 3A | 0 | 20 | 4C | 6 | 23 | 55 | 3A |
| Octal | 357 | 243 | 72 | 0 | 40 | 114 | 6 | 43 | 125 | 72 |
| Binary | 11101111 | 10100011 | 111010 | 0 | 100000 | 1001100 | 110 | 100011 | 1010101 | 111010 |
Color Harmonies of #EFA33A
Complementary color
Monochromatic Colors of #EFA33A
Black with #EFA33A
Text Example
Text Example
White with #EFA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA33A; }
p { color: rgb(239,163,58); }
H1.HeaderClassName
{
color: #EFA33A;
}
.AnyTagClassName
{
color: #EFA33A;
}
</style>
background-color css
<style>
a { background-color: #EFA33A; }
a { background-color: rgb(239,163,58); }
div.DivClassName
{
background-color: #EFA33A;
}
.BgClassName
{
background-color: #EFA33A;
}
</style>
border-color css
<style>
span { border-color: #EFA33A; }
span { border-color: rgb(239,163,58); }
td.TdClassName
{
border-color: #EFA33A;
}
.TagClassName
{
border-color: #EFA33A;
}
</style>