Shades of Yellow Sea #EFA23D
Tints of Yellow Sea #EFA23D
RGB
CMYK
RGB Variations
Color information
#EFA23D (or 0xEFA23D) is known color: Yellow Sea. HEX triplet: EF, A2 and 3D. RGB value is (239,162,61). Sum of RGB (Red+Green+Blue) = 239+162+61=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA23D is #105DC2. Grayscale: #ADADAD. Windows color (decimal): -1072579 or 4039407. OLE color: 4039407.
HSL color Cylindrical-coordinate representation of color #EFA23D: hue angle of 34.04º 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 #EFA23D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 61 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.06 |
| HSL | 34.04º | 0.85% | 0.59% | - |
| HSV(B) | 34.04º | 0.74% | 0.94% | - |
| XYZ | 49.36 | 44.53 | 10.41 | - |
| YUV | 173.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 61 | 0 | 0.32 | 0.74 | 0.06 | 34.04 | 0.85 | 0.59 |
| Hex | EF | A2 | 3D | 0 | 20 | 4A | 6 | 22 | 55 | 3B |
| Octal | 357 | 242 | 75 | 0 | 40 | 112 | 6 | 42 | 125 | 73 |
| Binary | 11101111 | 10100010 | 111101 | 0 | 100000 | 1001010 | 110 | 100010 | 1010101 | 111011 |
Color Harmonies of #EFA23D
Complementary color
Monochromatic Colors of #EFA23D
Black with #EFA23D
Text Example
Text Example
White with #EFA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA23D; }
p { color: rgb(239,162,61); }
H1.HeaderClassName
{
color: #EFA23D;
}
.AnyTagClassName
{
color: #EFA23D;
}
</style>
background-color css
<style>
a { background-color: #EFA23D; }
a { background-color: rgb(239,162,61); }
div.DivClassName
{
background-color: #EFA23D;
}
.BgClassName
{
background-color: #EFA23D;
}
</style>
border-color css
<style>
span { border-color: #EFA23D; }
span { border-color: rgb(239,162,61); }
td.TdClassName
{
border-color: #EFA23D;
}
.TagClassName
{
border-color: #EFA23D;
}
</style>