Shades of Yellow Sea #E69D34
Tints of Yellow Sea #E69D34
RGB
CMYK
RGB Variations
Color information
#E69D34 (or 0xE69D34) is known color: Yellow Sea. HEX triplet: E6, 9D and 34. RGB value is (230,157,52). Sum of RGB (Red+Green+Blue) = 230+157+52=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D34 is #1962CB. Grayscale: #A7A7A7. Windows color (decimal): -1663692 or 3448294. OLE color: 3448294.
HSL color Cylindrical-coordinate representation of color #E69D34: hue angle of 35.39º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E69D34 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 52 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.10 |
| HSL | 35.39º | 0.78% | 0.55% | - |
| HSV(B) | 35.39º | 0.77% | 0.9% | - |
| XYZ | 45.31 | 41.18 | 8.81 | - |
| YUV | 166.86 | 63.18 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 52 | 0 | 0.32 | 0.77 | 0.10 | 35.39 | 0.78 | 0.55 |
| Hex | E6 | 9D | 34 | 0 | 20 | 4D | A | 23 | 4E | 37 |
| Octal | 346 | 235 | 64 | 0 | 40 | 115 | 12 | 43 | 116 | 67 |
| Binary | 11100110 | 10011101 | 110100 | 0 | 100000 | 1001101 | 1010 | 100011 | 1001110 | 110111 |
Color Harmonies of #E69D34
Complementary color
Monochromatic Colors of #E69D34
Black with #E69D34
Text Example
Text Example
White with #E69D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D34; }
p { color: rgb(230,157,52); }
H1.HeaderClassName
{
color: #E69D34;
}
.AnyTagClassName
{
color: #E69D34;
}
</style>
background-color css
<style>
a { background-color: #E69D34; }
a { background-color: rgb(230,157,52); }
div.DivClassName
{
background-color: #E69D34;
}
.BgClassName
{
background-color: #E69D34;
}
</style>
border-color css
<style>
span { border-color: #E69D34; }
span { border-color: rgb(230,157,52); }
td.TdClassName
{
border-color: #E69D34;
}
.TagClassName
{
border-color: #E69D34;
}
</style>