Shades of Bright Sun #EAB736
Tints of Bright Sun #EAB736
RGB
CMYK
RGB Variations
Color information
#EAB736 (or 0xEAB736) is known color: Bright Sun. HEX triplet: EA, B7 and 36. RGB value is (234,183,54). Sum of RGB (Red+Green+Blue) = 234+183+54=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB736 is #1548C9. Grayscale: #B8B8B8. Windows color (decimal): -1394890 or 3586026. OLE color: 3586026.
HSL color Cylindrical-coordinate representation of color #EAB736: hue angle of 43º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAB736 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 54 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.08 |
| HSL | 43º | 0.81% | 0.56% | - |
| HSV(B) | 43º | 0.77% | 0.92% | - |
| XYZ | 51.53 | 51.63 | 10.74 | - |
| YUV | 183.54 | 54.9 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 54 | 0 | 0.22 | 0.77 | 0.08 | 43 | 0.81 | 0.56 |
| Hex | EA | B7 | 36 | 0 | 16 | 4D | 8 | 2B | 51 | 38 |
| Octal | 352 | 267 | 66 | 0 | 26 | 115 | 10 | 53 | 121 | 70 |
| Binary | 11101010 | 10110111 | 110110 | 0 | 10110 | 1001101 | 1000 | 101011 | 1010001 | 111000 |
Color Harmonies of #EAB736
Complementary color
Monochromatic Colors of #EAB736
Black with #EAB736
Text Example
Text Example
White with #EAB736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB736; }
p { color: rgb(234,183,54); }
H1.HeaderClassName
{
color: #EAB736;
}
.AnyTagClassName
{
color: #EAB736;
}
</style>
background-color css
<style>
a { background-color: #EAB736; }
a { background-color: rgb(234,183,54); }
div.DivClassName
{
background-color: #EAB736;
}
.BgClassName
{
background-color: #EAB736;
}
</style>
border-color css
<style>
span { border-color: #EAB736; }
span { border-color: rgb(234,183,54); }
td.TdClassName
{
border-color: #EAB736;
}
.TagClassName
{
border-color: #EAB736;
}
</style>