Shades of Bright Sun #EAB52C
Tints of Bright Sun #EAB52C
RGB
CMYK
RGB Variations
Color information
#EAB52C (or 0xEAB52C) is known color: Bright Sun. HEX triplet: EA, B5 and 2C. RGB value is (234,181,44). Sum of RGB (Red+Green+Blue) = 234+181+44=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB52C is #154AD3. Grayscale: #B5B5B5. Windows color (decimal): -1395412 or 2930154. OLE color: 2930154.
HSL color Cylindrical-coordinate representation of color #EAB52C: hue angle of 43.26º 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 #EAB52C is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 44 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.08 |
| HSL | 43.26º | 0.82% | 0.55% | - |
| HSV(B) | 43.26º | 0.81% | 0.92% | - |
| XYZ | 50.91 | 50.72 | 9.49 | - |
| YUV | 181.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 44 | 0 | 0.23 | 0.81 | 0.08 | 43.26 | 0.82 | 0.55 |
| Hex | EA | B5 | 2C | 0 | 17 | 51 | 8 | 2B | 52 | 37 |
| Octal | 352 | 265 | 54 | 0 | 27 | 121 | 10 | 53 | 122 | 67 |
| Binary | 11101010 | 10110101 | 101100 | 0 | 10111 | 1010001 | 1000 | 101011 | 1010010 | 110111 |
Color Harmonies of #EAB52C
Complementary color
Monochromatic Colors of #EAB52C
Black with #EAB52C
Text Example
Text Example
White with #EAB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB52C; }
p { color: rgb(234,181,44); }
H1.HeaderClassName
{
color: #EAB52C;
}
.AnyTagClassName
{
color: #EAB52C;
}
</style>
background-color css
<style>
a { background-color: #EAB52C; }
a { background-color: rgb(234,181,44); }
div.DivClassName
{
background-color: #EAB52C;
}
.BgClassName
{
background-color: #EAB52C;
}
</style>
border-color css
<style>
span { border-color: #EAB52C; }
span { border-color: rgb(234,181,44); }
td.TdClassName
{
border-color: #EAB52C;
}
.TagClassName
{
border-color: #EAB52C;
}
</style>