Shades of Bright Sun #EAB42C
Tints of Bright Sun #EAB42C
RGB
CMYK
RGB Variations
Color information
#EAB42C (or 0xEAB42C) is known color: Bright Sun. HEX triplet: EA, B4 and 2C. RGB value is (234,180,44). Sum of RGB (Red+Green+Blue) = 234+180+44=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB42C is #154BD3. Grayscale: #B5B5B5. Windows color (decimal): -1395668 or 2929898. OLE color: 2929898.
HSL color Cylindrical-coordinate representation of color #EAB42C: hue angle of 42.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAB42C is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 44 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.08 |
| HSL | 42.95º | 0.82% | 0.55% | - |
| HSV(B) | 42.95º | 0.81% | 0.92% | - |
| XYZ | 50.71 | 50.32 | 9.42 | - |
| YUV | 180.64 | 50.89 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 44 | 0 | 0.23 | 0.81 | 0.08 | 42.95 | 0.82 | 0.55 |
| Hex | EA | B4 | 2C | 0 | 17 | 51 | 8 | 2B | 52 | 37 |
| Octal | 352 | 264 | 54 | 0 | 27 | 121 | 10 | 53 | 122 | 67 |
| Binary | 11101010 | 10110100 | 101100 | 0 | 10111 | 1010001 | 1000 | 101011 | 1010010 | 110111 |
Color Harmonies of #EAB42C
Complementary color
Monochromatic Colors of #EAB42C
Black with #EAB42C
Text Example
Text Example
White with #EAB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB42C; }
p { color: rgb(234,180,44); }
H1.HeaderClassName
{
color: #EAB42C;
}
.AnyTagClassName
{
color: #EAB42C;
}
</style>
background-color css
<style>
a { background-color: #EAB42C; }
a { background-color: rgb(234,180,44); }
div.DivClassName
{
background-color: #EAB42C;
}
.BgClassName
{
background-color: #EAB42C;
}
</style>
border-color css
<style>
span { border-color: #EAB42C; }
span { border-color: rgb(234,180,44); }
td.TdClassName
{
border-color: #EAB42C;
}
.TagClassName
{
border-color: #EAB42C;
}
</style>