Shades of Yellow Sea #EFA63C
Tints of Yellow Sea #EFA63C
RGB
CMYK
RGB Variations
Color information
#EFA63C (or 0xEFA63C) is known color: Yellow Sea. HEX triplet: EF, A6 and 3C. RGB value is (239,166,60). Sum of RGB (Red+Green+Blue) = 239+166+60=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA63C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA63C is #1059C3. Grayscale: #B0B0B0. Windows color (decimal): -1071556 or 3974895. OLE color: 3974895.
HSL color Cylindrical-coordinate representation of color #EFA63C: hue angle of 35.53º 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 #EFA63C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 60 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.06 |
| HSL | 35.53º | 0.85% | 0.59% | - |
| HSV(B) | 35.53º | 0.75% | 0.94% | - |
| XYZ | 50.05 | 45.95 | 10.51 | - |
| YUV | 175.74 | 62.68 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 60 | 0 | 0.31 | 0.75 | 0.06 | 35.53 | 0.85 | 0.59 |
| Hex | EF | A6 | 3C | 0 | 1F | 4B | 6 | 24 | 55 | 3B |
| Octal | 357 | 246 | 74 | 0 | 37 | 113 | 6 | 44 | 125 | 73 |
| Binary | 11101111 | 10100110 | 111100 | 0 | 11111 | 1001011 | 110 | 100100 | 1010101 | 111011 |
Color Harmonies of #EFA63C
Complementary color
Monochromatic Colors of #EFA63C
Black with #EFA63C
Text Example
Text Example
White with #EFA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA63C; }
p { color: rgb(239,166,60); }
H1.HeaderClassName
{
color: #EFA63C;
}
.AnyTagClassName
{
color: #EFA63C;
}
</style>
background-color css
<style>
a { background-color: #EFA63C; }
a { background-color: rgb(239,166,60); }
div.DivClassName
{
background-color: #EFA63C;
}
.BgClassName
{
background-color: #EFA63C;
}
</style>
border-color css
<style>
span { border-color: #EFA63C; }
span { border-color: rgb(239,166,60); }
td.TdClassName
{
border-color: #EFA63C;
}
.TagClassName
{
border-color: #EFA63C;
}
</style>