Shades of Yellow Sea #EFA242
Tints of Yellow Sea #EFA242
RGB
CMYK
RGB Variations
Color information
#EFA242 (or 0xEFA242) is known color: Yellow Sea. HEX triplet: EF, A2 and 42. RGB value is (239,162,66). Sum of RGB (Red+Green+Blue) = 239+162+66=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA242 is #105DBD. Grayscale: #AEAEAE. Windows color (decimal): -1072574 or 4367087. OLE color: 4367087.
HSL color Cylindrical-coordinate representation of color #EFA242: hue angle of 33.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFA242 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 66 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.06 |
| HSL | 33.29º | 0.84% | 0.6% | - |
| HSV(B) | 33.29º | 0.72% | 0.94% | - |
| XYZ | 49.5 | 44.58 | 11.15 | - |
| YUV | 174.08 | 67.01 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 66 | 0 | 0.32 | 0.72 | 0.06 | 33.29 | 0.84 | 0.6 |
| Hex | EF | A2 | 42 | 0 | 20 | 48 | 6 | 21 | 54 | 3C |
| Octal | 357 | 242 | 102 | 0 | 40 | 110 | 6 | 41 | 124 | 74 |
| Binary | 11101111 | 10100010 | 1000010 | 0 | 100000 | 1001000 | 110 | 100001 | 1010100 | 111100 |
Color Harmonies of #EFA242
Complementary color
Monochromatic Colors of #EFA242
Black with #EFA242
Text Example
Text Example
White with #EFA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA242; }
p { color: rgb(239,162,66); }
H1.HeaderClassName
{
color: #EFA242;
}
.AnyTagClassName
{
color: #EFA242;
}
</style>
background-color css
<style>
a { background-color: #EFA242; }
a { background-color: rgb(239,162,66); }
div.DivClassName
{
background-color: #EFA242;
}
.BgClassName
{
background-color: #EFA242;
}
</style>
border-color css
<style>
span { border-color: #EFA242; }
span { border-color: rgb(239,162,66); }
td.TdClassName
{
border-color: #EFA242;
}
.TagClassName
{
border-color: #EFA242;
}
</style>