Shades of Yellow Sea #EBA22B
Tints of Yellow Sea #EBA22B
RGB
CMYK
RGB Variations
Color information
#EBA22B (or 0xEBA22B) is known color: Yellow Sea. HEX triplet: EB, A2 and 2B. RGB value is (235,162,43). Sum of RGB (Red+Green+Blue) = 235+162+43=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA22B is #145DD4. Grayscale: #AAAAAA. Windows color (decimal): -1334741 or 2859755. OLE color: 2859755.
HSL color Cylindrical-coordinate representation of color #EBA22B: hue angle of 37.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBA22B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 43 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.08 |
| HSL | 37.19º | 0.83% | 0.55% | - |
| HSV(B) | 37.19º | 0.82% | 0.92% | - |
| XYZ | 47.62 | 43.68 | 8.21 | - |
| YUV | 170.26 | 56.18 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 43 | 0 | 0.31 | 0.82 | 0.08 | 37.19 | 0.83 | 0.55 |
| Hex | EB | A2 | 2B | 0 | 1F | 52 | 8 | 25 | 53 | 37 |
| Octal | 353 | 242 | 53 | 0 | 37 | 122 | 10 | 45 | 123 | 67 |
| Binary | 11101011 | 10100010 | 101011 | 0 | 11111 | 1010010 | 1000 | 100101 | 1010011 | 110111 |
Color Harmonies of #EBA22B
Complementary color
Monochromatic Colors of #EBA22B
Black with #EBA22B
Text Example
Text Example
White with #EBA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA22B; }
p { color: rgb(235,162,43); }
H1.HeaderClassName
{
color: #EBA22B;
}
.AnyTagClassName
{
color: #EBA22B;
}
</style>
background-color css
<style>
a { background-color: #EBA22B; }
a { background-color: rgb(235,162,43); }
div.DivClassName
{
background-color: #EBA22B;
}
.BgClassName
{
background-color: #EBA22B;
}
</style>
border-color css
<style>
span { border-color: #EBA22B; }
span { border-color: rgb(235,162,43); }
td.TdClassName
{
border-color: #EBA22B;
}
.TagClassName
{
border-color: #EBA22B;
}
</style>