Shades of Yellow Sea #EA992D
Tints of Yellow Sea #EA992D
RGB
CMYK
RGB Variations
Color information
#EA992D (or 0xEA992D) is known color: Yellow Sea. HEX triplet: EA, 99 and 2D. RGB value is (234,153,45). Sum of RGB (Red+Green+Blue) = 234+153+45=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA992D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA992D is #1566D2. Grayscale: #A5A5A5. Windows color (decimal): -1402579 or 2988522. OLE color: 2988522.
HSL color Cylindrical-coordinate representation of color #EA992D: hue angle of 34.29º degrees, saturation: 0.82, 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 #EA992D is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 45 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.08 |
| HSL | 34.29º | 0.82% | 0.55% | - |
| HSV(B) | 34.29º | 0.81% | 0.92% | - |
| XYZ | 45.8 | 40.46 | 7.88 | - |
| YUV | 164.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 45 | 0 | 0.35 | 0.81 | 0.08 | 34.29 | 0.82 | 0.55 |
| Hex | EA | 99 | 2D | 0 | 23 | 51 | 8 | 22 | 52 | 37 |
| Octal | 352 | 231 | 55 | 0 | 43 | 121 | 10 | 42 | 122 | 67 |
| Binary | 11101010 | 10011001 | 101101 | 0 | 100011 | 1010001 | 1000 | 100010 | 1010010 | 110111 |
Color Harmonies of #EA992D
Complementary color
Monochromatic Colors of #EA992D
Black with #EA992D
Text Example
Text Example
White with #EA992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA992D; }
p { color: rgb(234,153,45); }
H1.HeaderClassName
{
color: #EA992D;
}
.AnyTagClassName
{
color: #EA992D;
}
</style>
background-color css
<style>
a { background-color: #EA992D; }
a { background-color: rgb(234,153,45); }
div.DivClassName
{
background-color: #EA992D;
}
.BgClassName
{
background-color: #EA992D;
}
</style>
border-color css
<style>
span { border-color: #EA992D; }
span { border-color: rgb(234,153,45); }
td.TdClassName
{
border-color: #EA992D;
}
.TagClassName
{
border-color: #EA992D;
}
</style>