Shades of Yellow Sea #EBA23C
Tints of Yellow Sea #EBA23C
RGB
CMYK
RGB Variations
Color information
#EBA23C (or 0xEBA23C) is known color: Yellow Sea. HEX triplet: EB, A2 and 3C. RGB value is (235,162,60). Sum of RGB (Red+Green+Blue) = 235+162+60=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA23C is #145DC3. Grayscale: #ACACAC. Windows color (decimal): -1334724 or 3973867. OLE color: 3973867.
HSL color Cylindrical-coordinate representation of color #EBA23C: hue angle of 34.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBA23C is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 60 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.08 |
| HSL | 34.97º | 0.81% | 0.58% | - |
| HSV(B) | 34.97º | 0.74% | 0.92% | - |
| XYZ | 48 | 43.83 | 10.21 | - |
| YUV | 172.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 60 | 0 | 0.31 | 0.74 | 0.08 | 34.97 | 0.81 | 0.58 |
| Hex | EB | A2 | 3C | 0 | 1F | 4A | 8 | 23 | 51 | 3A |
| Octal | 353 | 242 | 74 | 0 | 37 | 112 | 10 | 43 | 121 | 72 |
| Binary | 11101011 | 10100010 | 111100 | 0 | 11111 | 1001010 | 1000 | 100011 | 1010001 | 111010 |
Color Harmonies of #EBA23C
Complementary color
Monochromatic Colors of #EBA23C
Black with #EBA23C
Text Example
Text Example
White with #EBA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA23C; }
p { color: rgb(235,162,60); }
H1.HeaderClassName
{
color: #EBA23C;
}
.AnyTagClassName
{
color: #EBA23C;
}
</style>
background-color css
<style>
a { background-color: #EBA23C; }
a { background-color: rgb(235,162,60); }
div.DivClassName
{
background-color: #EBA23C;
}
.BgClassName
{
background-color: #EBA23C;
}
</style>
border-color css
<style>
span { border-color: #EBA23C; }
span { border-color: rgb(235,162,60); }
td.TdClassName
{
border-color: #EBA23C;
}
.TagClassName
{
border-color: #EBA23C;
}
</style>