Shades of Yellow Sea #EFA43C
Tints of Yellow Sea #EFA43C
RGB
CMYK
RGB Variations
Color information
#EFA43C (or 0xEFA43C) is known color: Yellow Sea. HEX triplet: EF, A4 and 3C. RGB value is (239,164,60). Sum of RGB (Red+Green+Blue) = 239+164+60=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA43C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA43C is #105BC3. Grayscale: #AFAFAF. Windows color (decimal): -1072068 or 3974383. OLE color: 3974383.
HSL color Cylindrical-coordinate representation of color #EFA43C: hue angle of 34.86º 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 #EFA43C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 60 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.06 |
| HSL | 34.86º | 0.85% | 0.59% | - |
| HSV(B) | 34.86º | 0.75% | 0.94% | - |
| XYZ | 49.69 | 45.23 | 10.39 | - |
| YUV | 174.57 | 63.35 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 60 | 0 | 0.31 | 0.75 | 0.06 | 34.86 | 0.85 | 0.59 |
| Hex | EF | A4 | 3C | 0 | 1F | 4B | 6 | 23 | 55 | 3B |
| Octal | 357 | 244 | 74 | 0 | 37 | 113 | 6 | 43 | 125 | 73 |
| Binary | 11101111 | 10100100 | 111100 | 0 | 11111 | 1001011 | 110 | 100011 | 1010101 | 111011 |
Color Harmonies of #EFA43C
Complementary color
Monochromatic Colors of #EFA43C
Black with #EFA43C
Text Example
Text Example
White with #EFA43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA43C; }
p { color: rgb(239,164,60); }
H1.HeaderClassName
{
color: #EFA43C;
}
.AnyTagClassName
{
color: #EFA43C;
}
</style>
background-color css
<style>
a { background-color: #EFA43C; }
a { background-color: rgb(239,164,60); }
div.DivClassName
{
background-color: #EFA43C;
}
.BgClassName
{
background-color: #EFA43C;
}
</style>
border-color css
<style>
span { border-color: #EFA43C; }
span { border-color: rgb(239,164,60); }
td.TdClassName
{
border-color: #EFA43C;
}
.TagClassName
{
border-color: #EFA43C;
}
</style>