Shades of Sun #EA8F34
Tints of Sun #EA8F34
RGB
CMYK
RGB Variations
Color information
#EA8F34 (or 0xEA8F34) is known color: Sun. HEX triplet: EA, 8F and 34. RGB value is (234,143,52). Sum of RGB (Red+Green+Blue) = 234+143+52=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F34 is #1570CB. Grayscale: #A0A0A0. Windows color (decimal): -1405132 or 3444714. OLE color: 3444714.
HSL color Cylindrical-coordinate representation of color #EA8F34: hue angle of 30º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA8F34 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 52 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.08 |
| HSL | 30º | 0.81% | 0.56% | - |
| HSV(B) | 30º | 0.78% | 0.92% | - |
| XYZ | 44.37 | 37.39 | 8.13 | - |
| YUV | 159.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 52 | 0 | 0.39 | 0.78 | 0.08 | 30 | 0.81 | 0.56 |
| Hex | EA | 8F | 34 | 0 | 27 | 4E | 8 | 1E | 51 | 38 |
| Octal | 352 | 217 | 64 | 0 | 47 | 116 | 10 | 36 | 121 | 70 |
| Binary | 11101010 | 10001111 | 110100 | 0 | 100111 | 1001110 | 1000 | 11110 | 1010001 | 111000 |
Color Harmonies of #EA8F34
Complementary color
Monochromatic Colors of #EA8F34
Black with #EA8F34
Text Example
Text Example
White with #EA8F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F34; }
p { color: rgb(234,143,52); }
H1.HeaderClassName
{
color: #EA8F34;
}
.AnyTagClassName
{
color: #EA8F34;
}
</style>
background-color css
<style>
a { background-color: #EA8F34; }
a { background-color: rgb(234,143,52); }
div.DivClassName
{
background-color: #EA8F34;
}
.BgClassName
{
background-color: #EA8F34;
}
</style>
border-color css
<style>
span { border-color: #EA8F34; }
span { border-color: rgb(234,143,52); }
td.TdClassName
{
border-color: #EA8F34;
}
.TagClassName
{
border-color: #EA8F34;
}
</style>