Shades of Yellow Sea #E69D31
Tints of Yellow Sea #E69D31
RGB
CMYK
RGB Variations
Color information
#E69D31 (or 0xE69D31) is known color: Yellow Sea. HEX triplet: E6, 9D and 31. RGB value is (230,157,49). Sum of RGB (Red+Green+Blue) = 230+157+49=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D31 is #1962CE. Grayscale: #A7A7A7. Windows color (decimal): -1663695 or 3251686. OLE color: 3251686.
HSL color Cylindrical-coordinate representation of color #E69D31: hue angle of 35.8º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E69D31 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 49 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.10 |
| HSL | 35.8º | 0.78% | 0.55% | - |
| HSV(B) | 35.8º | 0.79% | 0.9% | - |
| XYZ | 45.24 | 41.16 | 8.47 | - |
| YUV | 166.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 49 | 0 | 0.32 | 0.79 | 0.10 | 35.8 | 0.78 | 0.55 |
| Hex | E6 | 9D | 31 | 0 | 20 | 4F | A | 24 | 4E | 37 |
| Octal | 346 | 235 | 61 | 0 | 40 | 117 | 12 | 44 | 116 | 67 |
| Binary | 11100110 | 10011101 | 110001 | 0 | 100000 | 1001111 | 1010 | 100100 | 1001110 | 110111 |
Color Harmonies of #E69D31
Complementary color
Monochromatic Colors of #E69D31
Black with #E69D31
Text Example
Text Example
White with #E69D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D31; }
p { color: rgb(230,157,49); }
H1.HeaderClassName
{
color: #E69D31;
}
.AnyTagClassName
{
color: #E69D31;
}
</style>
background-color css
<style>
a { background-color: #E69D31; }
a { background-color: rgb(230,157,49); }
div.DivClassName
{
background-color: #E69D31;
}
.BgClassName
{
background-color: #E69D31;
}
</style>
border-color css
<style>
span { border-color: #E69D31; }
span { border-color: rgb(230,157,49); }
td.TdClassName
{
border-color: #E69D31;
}
.TagClassName
{
border-color: #E69D31;
}
</style>