Shades of Sun #EA952F
Tints of Sun #EA952F
RGB
CMYK
RGB Variations
Color information
#EA952F (or 0xEA952F) is known color: Sun. HEX triplet: EA, 95 and 2F. RGB value is (234,149,47). Sum of RGB (Red+Green+Blue) = 234+149+47=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA952F is #156AD0. Grayscale: #A3A3A3. Windows color (decimal): -1403601 or 3118570. OLE color: 3118570.
HSL color Cylindrical-coordinate representation of color #EA952F: hue angle of 32.73º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA952F is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 47 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.08 |
| HSL | 32.73º | 0.82% | 0.55% | - |
| HSV(B) | 32.73º | 0.8% | 0.92% | - |
| XYZ | 45.19 | 39.19 | 7.87 | - |
| YUV | 162.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 47 | 0 | 0.36 | 0.80 | 0.08 | 32.73 | 0.82 | 0.55 |
| Hex | EA | 95 | 2F | 0 | 24 | 50 | 8 | 21 | 52 | 37 |
| Octal | 352 | 225 | 57 | 0 | 44 | 120 | 10 | 41 | 122 | 67 |
| Binary | 11101010 | 10010101 | 101111 | 0 | 100100 | 1010000 | 1000 | 100001 | 1010010 | 110111 |
Color Harmonies of #EA952F
Complementary color
Monochromatic Colors of #EA952F
Black with #EA952F
Text Example
Text Example
White with #EA952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA952F; }
p { color: rgb(234,149,47); }
H1.HeaderClassName
{
color: #EA952F;
}
.AnyTagClassName
{
color: #EA952F;
}
</style>
background-color css
<style>
a { background-color: #EA952F; }
a { background-color: rgb(234,149,47); }
div.DivClassName
{
background-color: #EA952F;
}
.BgClassName
{
background-color: #EA952F;
}
</style>
border-color css
<style>
span { border-color: #EA952F; }
span { border-color: rgb(234,149,47); }
td.TdClassName
{
border-color: #EA952F;
}
.TagClassName
{
border-color: #EA952F;
}
</style>