Shades of Yellow Sea #EFA53D
Tints of Yellow Sea #EFA53D
RGB
CMYK
RGB Variations
Color information
#EFA53D (or 0xEFA53D) is known color: Yellow Sea. HEX triplet: EF, A5 and 3D. RGB value is (239,165,61). Sum of RGB (Red+Green+Blue) = 239+165+61=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA53D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA53D is #105AC2. Grayscale: #AFAFAF. Windows color (decimal): -1071811 or 4040175. OLE color: 4040175.
HSL color Cylindrical-coordinate representation of color #EFA53D: hue angle of 35.06º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFA53D is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 61 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.06 |
| HSL | 35.06º | 0.85% | 0.59% | - |
| HSV(B) | 35.06º | 0.74% | 0.94% | - |
| XYZ | 49.89 | 45.6 | 10.59 | - |
| YUV | 175.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 61 | 0 | 0.31 | 0.74 | 0.06 | 35.06 | 0.85 | 0.59 |
| Hex | EF | A5 | 3D | 0 | 1F | 4A | 6 | 23 | 55 | 3B |
| Octal | 357 | 245 | 75 | 0 | 37 | 112 | 6 | 43 | 125 | 73 |
| Binary | 11101111 | 10100101 | 111101 | 0 | 11111 | 1001010 | 110 | 100011 | 1010101 | 111011 |
Color Harmonies of #EFA53D
Complementary color
Monochromatic Colors of #EFA53D
Black with #EFA53D
Text Example
Text Example
White with #EFA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA53D; }
p { color: rgb(239,165,61); }
H1.HeaderClassName
{
color: #EFA53D;
}
.AnyTagClassName
{
color: #EFA53D;
}
</style>
background-color css
<style>
a { background-color: #EFA53D; }
a { background-color: rgb(239,165,61); }
div.DivClassName
{
background-color: #EFA53D;
}
.BgClassName
{
background-color: #EFA53D;
}
</style>
border-color css
<style>
span { border-color: #EFA53D; }
span { border-color: rgb(239,165,61); }
td.TdClassName
{
border-color: #EFA53D;
}
.TagClassName
{
border-color: #EFA53D;
}
</style>