Shades of Yellow Sea #EFA33D
Tints of Yellow Sea #EFA33D
RGB
CMYK
RGB Variations
Color information
#EFA33D (or 0xEFA33D) is known color: Yellow Sea. HEX triplet: EF, A3 and 3D. RGB value is (239,163,61). Sum of RGB (Red+Green+Blue) = 239+163+61=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA33D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA33D is #105CC2. Grayscale: #AEAEAE. Windows color (decimal): -1072323 or 4039663. OLE color: 4039663.
HSL color Cylindrical-coordinate representation of color #EFA33D: hue angle of 34.38º 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 #EFA33D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 61 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.06 |
| HSL | 34.38º | 0.85% | 0.59% | - |
| HSV(B) | 34.38º | 0.74% | 0.94% | - |
| XYZ | 49.54 | 44.88 | 10.47 | - |
| YUV | 174.1 | 64.18 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 61 | 0 | 0.32 | 0.74 | 0.06 | 34.38 | 0.85 | 0.59 |
| Hex | EF | A3 | 3D | 0 | 20 | 4A | 6 | 22 | 55 | 3B |
| Octal | 357 | 243 | 75 | 0 | 40 | 112 | 6 | 42 | 125 | 73 |
| Binary | 11101111 | 10100011 | 111101 | 0 | 100000 | 1001010 | 110 | 100010 | 1010101 | 111011 |
Color Harmonies of #EFA33D
Complementary color
Monochromatic Colors of #EFA33D
Black with #EFA33D
Text Example
Text Example
White with #EFA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA33D; }
p { color: rgb(239,163,61); }
H1.HeaderClassName
{
color: #EFA33D;
}
.AnyTagClassName
{
color: #EFA33D;
}
</style>
background-color css
<style>
a { background-color: #EFA33D; }
a { background-color: rgb(239,163,61); }
div.DivClassName
{
background-color: #EFA33D;
}
.BgClassName
{
background-color: #EFA33D;
}
</style>
border-color css
<style>
span { border-color: #EFA33D; }
span { border-color: rgb(239,163,61); }
td.TdClassName
{
border-color: #EFA33D;
}
.TagClassName
{
border-color: #EFA33D;
}
</style>