Shades of Yellow Sea #EBA42E
Tints of Yellow Sea #EBA42E
RGB
CMYK
RGB Variations
Color information
#EBA42E (or 0xEBA42E) is known color: Yellow Sea. HEX triplet: EB, A4 and 2E. RGB value is (235,164,46). Sum of RGB (Red+Green+Blue) = 235+164+46=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA42E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA42E is #145BD1. Grayscale: #ACACAC. Windows color (decimal): -1334226 or 3056875. OLE color: 3056875.
HSL color Cylindrical-coordinate representation of color #EBA42E: hue angle of 37.46º degrees, saturation: 0.83, 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 #EBA42E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 46 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.08 |
| HSL | 37.46º | 0.83% | 0.55% | - |
| HSV(B) | 37.46º | 0.8% | 0.92% | - |
| XYZ | 48.03 | 44.41 | 8.63 | - |
| YUV | 171.78 | 57.02 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 46 | 0 | 0.30 | 0.80 | 0.08 | 37.46 | 0.83 | 0.55 |
| Hex | EB | A4 | 2E | 0 | 1E | 50 | 8 | 25 | 53 | 37 |
| Octal | 353 | 244 | 56 | 0 | 36 | 120 | 10 | 45 | 123 | 67 |
| Binary | 11101011 | 10100100 | 101110 | 0 | 11110 | 1010000 | 1000 | 100101 | 1010011 | 110111 |
Color Harmonies of #EBA42E
Complementary color
Monochromatic Colors of #EBA42E
Black with #EBA42E
Text Example
Text Example
White with #EBA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA42E; }
p { color: rgb(235,164,46); }
H1.HeaderClassName
{
color: #EBA42E;
}
.AnyTagClassName
{
color: #EBA42E;
}
</style>
background-color css
<style>
a { background-color: #EBA42E; }
a { background-color: rgb(235,164,46); }
div.DivClassName
{
background-color: #EBA42E;
}
.BgClassName
{
background-color: #EBA42E;
}
</style>
border-color css
<style>
span { border-color: #EBA42E; }
span { border-color: rgb(235,164,46); }
td.TdClassName
{
border-color: #EBA42E;
}
.TagClassName
{
border-color: #EBA42E;
}
</style>