Shades of Yellow Sea #EFA33C
Tints of Yellow Sea #EFA33C
RGB
CMYK
RGB Variations
Color information
#EFA33C (or 0xEFA33C) is known color: Yellow Sea. HEX triplet: EF, A3 and 3C. RGB value is (239,163,60). Sum of RGB (Red+Green+Blue) = 239+163+60=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA33C is #105CC3. Grayscale: #AEAEAE. Windows color (decimal): -1072324 or 3974127. OLE color: 3974127.
HSL color Cylindrical-coordinate representation of color #EFA33C: hue angle of 34.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 #EFA33C is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 60 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.06 |
| HSL | 34.53º | 0.85% | 0.59% | - |
| HSV(B) | 34.53º | 0.75% | 0.94% | - |
| XYZ | 49.51 | 44.87 | 10.33 | - |
| YUV | 173.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 60 | 0 | 0.32 | 0.75 | 0.06 | 34.53 | 0.85 | 0.59 |
| Hex | EF | A3 | 3C | 0 | 20 | 4B | 6 | 23 | 55 | 3B |
| Octal | 357 | 243 | 74 | 0 | 40 | 113 | 6 | 43 | 125 | 73 |
| Binary | 11101111 | 10100011 | 111100 | 0 | 100000 | 1001011 | 110 | 100011 | 1010101 | 111011 |
Color Harmonies of #EFA33C
Complementary color
Monochromatic Colors of #EFA33C
Black with #EFA33C
Text Example
Text Example
White with #EFA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA33C; }
p { color: rgb(239,163,60); }
H1.HeaderClassName
{
color: #EFA33C;
}
.AnyTagClassName
{
color: #EFA33C;
}
</style>
background-color css
<style>
a { background-color: #EFA33C; }
a { background-color: rgb(239,163,60); }
div.DivClassName
{
background-color: #EFA33C;
}
.BgClassName
{
background-color: #EFA33C;
}
</style>
border-color css
<style>
span { border-color: #EFA33C; }
span { border-color: rgb(239,163,60); }
td.TdClassName
{
border-color: #EFA33C;
}
.TagClassName
{
border-color: #EFA33C;
}
</style>