Shades of Yellow Sea #EBA32F
Tints of Yellow Sea #EBA32F
RGB
CMYK
RGB Variations
Color information
#EBA32F (or 0xEBA32F) is known color: Yellow Sea. HEX triplet: EB, A3 and 2F. RGB value is (235,163,47). Sum of RGB (Red+Green+Blue) = 235+163+47=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA32F is #145CD0. Grayscale: #ABABAB. Windows color (decimal): -1334481 or 3122155. OLE color: 3122155.
HSL color Cylindrical-coordinate representation of color #EBA32F: hue angle of 37.02º 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 #EBA32F is Cyan = 0, Magento = 0.31, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 47 | - |
| CMYK | 0 | 0.31 | 0.8 | 0.08 |
| HSL | 37.02º | 0.82% | 0.55% | - |
| HSV(B) | 37.02º | 0.8% | 0.92% | - |
| XYZ | 47.87 | 44.06 | 8.67 | - |
| YUV | 171.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 47 | 0 | 0.31 | 0.8 | 0.08 | 37.02 | 0.82 | 0.55 |
| Hex | EB | A3 | 2F | 0 | 1F | 50 | 8 | 25 | 52 | 37 |
| Octal | 353 | 243 | 57 | 0 | 37 | 120 | 10 | 45 | 122 | 67 |
| Binary | 11101011 | 10100011 | 101111 | 0 | 11111 | 1010000 | 1000 | 100101 | 1010010 | 110111 |
Color Harmonies of #EBA32F
Complementary color
Monochromatic Colors of #EBA32F
Black with #EBA32F
Text Example
Text Example
White with #EBA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA32F; }
p { color: rgb(235,163,47); }
H1.HeaderClassName
{
color: #EBA32F;
}
.AnyTagClassName
{
color: #EBA32F;
}
</style>
background-color css
<style>
a { background-color: #EBA32F; }
a { background-color: rgb(235,163,47); }
div.DivClassName
{
background-color: #EBA32F;
}
.BgClassName
{
background-color: #EBA32F;
}
</style>
border-color css
<style>
span { border-color: #EBA32F; }
span { border-color: rgb(235,163,47); }
td.TdClassName
{
border-color: #EBA32F;
}
.TagClassName
{
border-color: #EBA32F;
}
</style>