Shades of Bright Sun #EAB42D
Tints of Bright Sun #EAB42D
RGB
CMYK
RGB Variations
Color information
#EAB42D (or 0xEAB42D) is known color: Bright Sun. HEX triplet: EA, B4 and 2D. RGB value is (234,180,45). Sum of RGB (Red+Green+Blue) = 234+180+45=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB42D is #154BD2. Grayscale: #B5B5B5. Windows color (decimal): -1395667 or 2995434. OLE color: 2995434.
HSL color Cylindrical-coordinate representation of color #EAB42D: hue angle of 42.86º 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 #EAB42D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 45 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.08 |
| HSL | 42.86º | 0.82% | 0.55% | - |
| HSV(B) | 42.86º | 0.81% | 0.92% | - |
| XYZ | 50.73 | 50.32 | 9.52 | - |
| YUV | 180.76 | 51.39 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 45 | 0 | 0.23 | 0.81 | 0.08 | 42.86 | 0.82 | 0.55 |
| Hex | EA | B4 | 2D | 0 | 17 | 51 | 8 | 2B | 52 | 37 |
| Octal | 352 | 264 | 55 | 0 | 27 | 121 | 10 | 53 | 122 | 67 |
| Binary | 11101010 | 10110100 | 101101 | 0 | 10111 | 1010001 | 1000 | 101011 | 1010010 | 110111 |
Color Harmonies of #EAB42D
Complementary color
Monochromatic Colors of #EAB42D
Black with #EAB42D
Text Example
Text Example
White with #EAB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB42D; }
p { color: rgb(234,180,45); }
H1.HeaderClassName
{
color: #EAB42D;
}
.AnyTagClassName
{
color: #EAB42D;
}
</style>
background-color css
<style>
a { background-color: #EAB42D; }
a { background-color: rgb(234,180,45); }
div.DivClassName
{
background-color: #EAB42D;
}
.BgClassName
{
background-color: #EAB42D;
}
</style>
border-color css
<style>
span { border-color: #EAB42D; }
span { border-color: rgb(234,180,45); }
td.TdClassName
{
border-color: #EAB42D;
}
.TagClassName
{
border-color: #EAB42D;
}
</style>