Shades of Yellow Sea #E69C31
Tints of Yellow Sea #E69C31
RGB
CMYK
RGB Variations
Color information
#E69C31 (or 0xE69C31) is known color: Yellow Sea. HEX triplet: E6, 9C and 31. RGB value is (230,156,49). Sum of RGB (Red+Green+Blue) = 230+156+49=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69C31 is #1963CE. Grayscale: #A6A6A6. Windows color (decimal): -1663951 or 3251430. OLE color: 3251430.
HSL color Cylindrical-coordinate representation of color #E69C31: hue angle of 35.47º 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 #E69C31 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 49 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.10 |
| HSL | 35.47º | 0.78% | 0.55% | - |
| HSV(B) | 35.47º | 0.79% | 0.9% | - |
| XYZ | 45.08 | 40.82 | 8.41 | - |
| YUV | 165.93 | 62.02 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 49 | 0 | 0.32 | 0.79 | 0.10 | 35.47 | 0.78 | 0.55 |
| Hex | E6 | 9C | 31 | 0 | 20 | 4F | A | 23 | 4E | 37 |
| Octal | 346 | 234 | 61 | 0 | 40 | 117 | 12 | 43 | 116 | 67 |
| Binary | 11100110 | 10011100 | 110001 | 0 | 100000 | 1001111 | 1010 | 100011 | 1001110 | 110111 |
Color Harmonies of #E69C31
Complementary color
Monochromatic Colors of #E69C31
Black with #E69C31
Text Example
Text Example
White with #E69C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C31; }
p { color: rgb(230,156,49); }
H1.HeaderClassName
{
color: #E69C31;
}
.AnyTagClassName
{
color: #E69C31;
}
</style>
background-color css
<style>
a { background-color: #E69C31; }
a { background-color: rgb(230,156,49); }
div.DivClassName
{
background-color: #E69C31;
}
.BgClassName
{
background-color: #E69C31;
}
</style>
border-color css
<style>
span { border-color: #E69C31; }
span { border-color: rgb(230,156,49); }
td.TdClassName
{
border-color: #E69C31;
}
.TagClassName
{
border-color: #E69C31;
}
</style>