Shades of Yellow Sea #EBA23F
Tints of Yellow Sea #EBA23F
RGB
CMYK
RGB Variations
Color information
#EBA23F (or 0xEBA23F) is known color: Yellow Sea. HEX triplet: EB, A2 and 3F. RGB value is (235,162,63). Sum of RGB (Red+Green+Blue) = 235+162+63=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA23F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA23F is #145DC0. Grayscale: #ADADAD. Windows color (decimal): -1334721 or 4170475. OLE color: 4170475.
HSL color Cylindrical-coordinate representation of color #EBA23F: hue angle of 34.53º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBA23F is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 63 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.08 |
| HSL | 34.53º | 0.81% | 0.58% | - |
| HSV(B) | 34.53º | 0.73% | 0.92% | - |
| XYZ | 48.08 | 43.86 | 10.63 | - |
| YUV | 172.54 | 66.18 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 63 | 0 | 0.31 | 0.73 | 0.08 | 34.53 | 0.81 | 0.58 |
| Hex | EB | A2 | 3F | 0 | 1F | 49 | 8 | 23 | 51 | 3A |
| Octal | 353 | 242 | 77 | 0 | 37 | 111 | 10 | 43 | 121 | 72 |
| Binary | 11101011 | 10100010 | 111111 | 0 | 11111 | 1001001 | 1000 | 100011 | 1010001 | 111010 |
Color Harmonies of #EBA23F
Complementary color
Monochromatic Colors of #EBA23F
Black with #EBA23F
Text Example
Text Example
White with #EBA23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA23F; }
p { color: rgb(235,162,63); }
H1.HeaderClassName
{
color: #EBA23F;
}
.AnyTagClassName
{
color: #EBA23F;
}
</style>
background-color css
<style>
a { background-color: #EBA23F; }
a { background-color: rgb(235,162,63); }
div.DivClassName
{
background-color: #EBA23F;
}
.BgClassName
{
background-color: #EBA23F;
}
</style>
border-color css
<style>
span { border-color: #EBA23F; }
span { border-color: rgb(235,162,63); }
td.TdClassName
{
border-color: #EBA23F;
}
.TagClassName
{
border-color: #EBA23F;
}
</style>