Shades of Bright Sun #EAB42F
Tints of Bright Sun #EAB42F
RGB
CMYK
RGB Variations
Color information
#EAB42F (or 0xEAB42F) is known color: Bright Sun. HEX triplet: EA, B4 and 2F. RGB value is (234,180,47). Sum of RGB (Red+Green+Blue) = 234+180+47=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB42F is #154BD0. Grayscale: #B5B5B5. Windows color (decimal): -1395665 or 3126506. OLE color: 3126506.
HSL color Cylindrical-coordinate representation of color #EAB42F: hue angle of 42.67º 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 #EAB42F is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 47 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.08 |
| HSL | 42.67º | 0.82% | 0.55% | - |
| HSV(B) | 42.67º | 0.8% | 0.92% | - |
| XYZ | 50.77 | 50.34 | 9.73 | - |
| YUV | 180.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 47 | 0 | 0.23 | 0.80 | 0.08 | 42.67 | 0.82 | 0.55 |
| Hex | EA | B4 | 2F | 0 | 17 | 50 | 8 | 2B | 52 | 37 |
| Octal | 352 | 264 | 57 | 0 | 27 | 120 | 10 | 53 | 122 | 67 |
| Binary | 11101010 | 10110100 | 101111 | 0 | 10111 | 1010000 | 1000 | 101011 | 1010010 | 110111 |
Color Harmonies of #EAB42F
Complementary color
Monochromatic Colors of #EAB42F
Black with #EAB42F
Text Example
Text Example
White with #EAB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB42F; }
p { color: rgb(234,180,47); }
H1.HeaderClassName
{
color: #EAB42F;
}
.AnyTagClassName
{
color: #EAB42F;
}
</style>
background-color css
<style>
a { background-color: #EAB42F; }
a { background-color: rgb(234,180,47); }
div.DivClassName
{
background-color: #EAB42F;
}
.BgClassName
{
background-color: #EAB42F;
}
</style>
border-color css
<style>
span { border-color: #EAB42F; }
span { border-color: rgb(234,180,47); }
td.TdClassName
{
border-color: #EAB42F;
}
.TagClassName
{
border-color: #EAB42F;
}
</style>