Shades of Yellow Sea #EBA22D
Tints of Yellow Sea #EBA22D
RGB
CMYK
RGB Variations
Color information
#EBA22D (or 0xEBA22D) is known color: Yellow Sea. HEX triplet: EB, A2 and 2D. RGB value is (235,162,45). Sum of RGB (Red+Green+Blue) = 235+162+45=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA22D is #145DD2. Grayscale: #ABABAB. Windows color (decimal): -1334739 or 2990827. OLE color: 2990827.
HSL color Cylindrical-coordinate representation of color #EBA22D: hue angle of 36.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBA22D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 45 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.08 |
| HSL | 36.95º | 0.83% | 0.55% | - |
| HSV(B) | 36.95º | 0.81% | 0.92% | - |
| XYZ | 47.65 | 43.69 | 8.4 | - |
| YUV | 170.49 | 57.18 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 45 | 0 | 0.31 | 0.81 | 0.08 | 36.95 | 0.83 | 0.55 |
| Hex | EB | A2 | 2D | 0 | 1F | 51 | 8 | 25 | 53 | 37 |
| Octal | 353 | 242 | 55 | 0 | 37 | 121 | 10 | 45 | 123 | 67 |
| Binary | 11101011 | 10100010 | 101101 | 0 | 11111 | 1010001 | 1000 | 100101 | 1010011 | 110111 |
Color Harmonies of #EBA22D
Complementary color
Monochromatic Colors of #EBA22D
Black with #EBA22D
Text Example
Text Example
White with #EBA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA22D; }
p { color: rgb(235,162,45); }
H1.HeaderClassName
{
color: #EBA22D;
}
.AnyTagClassName
{
color: #EBA22D;
}
</style>
background-color css
<style>
a { background-color: #EBA22D; }
a { background-color: rgb(235,162,45); }
div.DivClassName
{
background-color: #EBA22D;
}
.BgClassName
{
background-color: #EBA22D;
}
</style>
border-color css
<style>
span { border-color: #EBA22D; }
span { border-color: rgb(235,162,45); }
td.TdClassName
{
border-color: #EBA22D;
}
.TagClassName
{
border-color: #EBA22D;
}
</style>