Shades of Yellow Sea #EFA23C
Tints of Yellow Sea #EFA23C
RGB
CMYK
RGB Variations
Color information
#EFA23C (or 0xEFA23C) is known color: Yellow Sea. HEX triplet: EF, A2 and 3C. RGB value is (239,162,60). Sum of RGB (Red+Green+Blue) = 239+162+60=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA23C is #105DC3. Grayscale: #ADADAD. Windows color (decimal): -1072580 or 3973871. OLE color: 3973871.
HSL color Cylindrical-coordinate representation of color #EFA23C: hue angle of 34.19º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFA23C is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 60 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.06 |
| HSL | 34.19º | 0.85% | 0.59% | - |
| HSV(B) | 34.19º | 0.75% | 0.94% | - |
| XYZ | 49.33 | 44.52 | 10.27 | - |
| YUV | 173.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 60 | 0 | 0.32 | 0.75 | 0.06 | 34.19 | 0.85 | 0.59 |
| Hex | EF | A2 | 3C | 0 | 20 | 4B | 6 | 22 | 55 | 3B |
| Octal | 357 | 242 | 74 | 0 | 40 | 113 | 6 | 42 | 125 | 73 |
| Binary | 11101111 | 10100010 | 111100 | 0 | 100000 | 1001011 | 110 | 100010 | 1010101 | 111011 |
Color Harmonies of #EFA23C
Complementary color
Monochromatic Colors of #EFA23C
Black with #EFA23C
Text Example
Text Example
White with #EFA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA23C; }
p { color: rgb(239,162,60); }
H1.HeaderClassName
{
color: #EFA23C;
}
.AnyTagClassName
{
color: #EFA23C;
}
</style>
background-color css
<style>
a { background-color: #EFA23C; }
a { background-color: rgb(239,162,60); }
div.DivClassName
{
background-color: #EFA23C;
}
.BgClassName
{
background-color: #EFA23C;
}
</style>
border-color css
<style>
span { border-color: #EFA23C; }
span { border-color: rgb(239,162,60); }
td.TdClassName
{
border-color: #EFA23C;
}
.TagClassName
{
border-color: #EFA23C;
}
</style>