Shades of Yellow Sea #EB9C2D
Tints of Yellow Sea #EB9C2D
RGB
CMYK
RGB Variations
Color information
#EB9C2D (or 0xEB9C2D) is known color: Yellow Sea. HEX triplet: EB, 9C and 2D. RGB value is (235,156,45). Sum of RGB (Red+Green+Blue) = 235+156+45=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9C2D is #1463D2. Grayscale: #A7A7A7. Windows color (decimal): -1336275 or 2989291. OLE color: 2989291.
HSL color Cylindrical-coordinate representation of color #EB9C2D: hue angle of 35.05º 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 #EB9C2D is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 45 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.08 |
| HSL | 35.05º | 0.83% | 0.55% | - |
| HSV(B) | 35.05º | 0.81% | 0.92% | - |
| XYZ | 46.62 | 41.63 | 8.06 | - |
| YUV | 166.97 | 59.17 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 45 | 0 | 0.34 | 0.81 | 0.08 | 35.05 | 0.83 | 0.55 |
| Hex | EB | 9C | 2D | 0 | 22 | 51 | 8 | 23 | 53 | 37 |
| Octal | 353 | 234 | 55 | 0 | 42 | 121 | 10 | 43 | 123 | 67 |
| Binary | 11101011 | 10011100 | 101101 | 0 | 100010 | 1010001 | 1000 | 100011 | 1010011 | 110111 |
Color Harmonies of #EB9C2D
Complementary color
Monochromatic Colors of #EB9C2D
Black with #EB9C2D
Text Example
Text Example
White with #EB9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9C2D; }
p { color: rgb(235,156,45); }
H1.HeaderClassName
{
color: #EB9C2D;
}
.AnyTagClassName
{
color: #EB9C2D;
}
</style>
background-color css
<style>
a { background-color: #EB9C2D; }
a { background-color: rgb(235,156,45); }
div.DivClassName
{
background-color: #EB9C2D;
}
.BgClassName
{
background-color: #EB9C2D;
}
</style>
border-color css
<style>
span { border-color: #EB9C2D; }
span { border-color: rgb(235,156,45); }
td.TdClassName
{
border-color: #EB9C2D;
}
.TagClassName
{
border-color: #EB9C2D;
}
</style>