Shades of Yellow Sea #EBA42F
Tints of Yellow Sea #EBA42F
RGB
CMYK
RGB Variations
Color information
#EBA42F (or 0xEBA42F) is known color: Yellow Sea. HEX triplet: EB, A4 and 2F. RGB value is (235,164,47). Sum of RGB (Red+Green+Blue) = 235+164+47=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA42F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA42F is #145BD0. Grayscale: #ACACAC. Windows color (decimal): -1334225 or 3122411. OLE color: 3122411.
HSL color Cylindrical-coordinate representation of color #EBA42F: hue angle of 37.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBA42F is Cyan = 0, Magento = 0.30, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 47 | - |
| CMYK | 0 | 0.30 | 0.8 | 0.08 |
| HSL | 37.34º | 0.82% | 0.55% | - |
| HSV(B) | 37.34º | 0.8% | 0.92% | - |
| XYZ | 48.05 | 44.42 | 8.73 | - |
| YUV | 171.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 47 | 0 | 0.30 | 0.8 | 0.08 | 37.34 | 0.82 | 0.55 |
| Hex | EB | A4 | 2F | 0 | 1E | 50 | 8 | 25 | 52 | 37 |
| Octal | 353 | 244 | 57 | 0 | 36 | 120 | 10 | 45 | 122 | 67 |
| Binary | 11101011 | 10100100 | 101111 | 0 | 11110 | 1010000 | 1000 | 100101 | 1010010 | 110111 |
Color Harmonies of #EBA42F
Complementary color
Monochromatic Colors of #EBA42F
Black with #EBA42F
Text Example
Text Example
White with #EBA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA42F; }
p { color: rgb(235,164,47); }
H1.HeaderClassName
{
color: #EBA42F;
}
.AnyTagClassName
{
color: #EBA42F;
}
</style>
background-color css
<style>
a { background-color: #EBA42F; }
a { background-color: rgb(235,164,47); }
div.DivClassName
{
background-color: #EBA42F;
}
.BgClassName
{
background-color: #EBA42F;
}
</style>
border-color css
<style>
span { border-color: #EBA42F; }
span { border-color: rgb(235,164,47); }
td.TdClassName
{
border-color: #EBA42F;
}
.TagClassName
{
border-color: #EBA42F;
}
</style>