Shades of Yellow Sea #EFA02D
Tints of Yellow Sea #EFA02D
RGB
CMYK
RGB Variations
Color information
#EFA02D (or 0xEFA02D) is known color: Yellow Sea. HEX triplet: EF, A0 and 2D. RGB value is (239,160,45). Sum of RGB (Red+Green+Blue) = 239+160+45=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA02D is #105FD2. Grayscale: #ABABAB. Windows color (decimal): -1073107 or 2990319. OLE color: 2990319.
HSL color Cylindrical-coordinate representation of color #EFA02D: hue angle of 35.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFA02D is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 45 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.06 |
| HSL | 35.57º | 0.86% | 0.56% | - |
| HSV(B) | 35.57º | 0.81% | 0.94% | - |
| XYZ | 48.64 | 43.68 | 8.35 | - |
| YUV | 170.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 45 | 0 | 0.33 | 0.81 | 0.06 | 35.57 | 0.86 | 0.56 |
| Hex | EF | A0 | 2D | 0 | 21 | 51 | 6 | 24 | 56 | 38 |
| Octal | 357 | 240 | 55 | 0 | 41 | 121 | 6 | 44 | 126 | 70 |
| Binary | 11101111 | 10100000 | 101101 | 0 | 100001 | 1010001 | 110 | 100100 | 1010110 | 111000 |
Color Harmonies of #EFA02D
Complementary color
Monochromatic Colors of #EFA02D
Black with #EFA02D
Text Example
Text Example
White with #EFA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA02D; }
p { color: rgb(239,160,45); }
H1.HeaderClassName
{
color: #EFA02D;
}
.AnyTagClassName
{
color: #EFA02D;
}
</style>
background-color css
<style>
a { background-color: #EFA02D; }
a { background-color: rgb(239,160,45); }
div.DivClassName
{
background-color: #EFA02D;
}
.BgClassName
{
background-color: #EFA02D;
}
</style>
border-color css
<style>
span { border-color: #EFA02D; }
span { border-color: rgb(239,160,45); }
td.TdClassName
{
border-color: #EFA02D;
}
.TagClassName
{
border-color: #EFA02D;
}
</style>