Shades of Bright Sun #EAB535
Tints of Bright Sun #EAB535
RGB
CMYK
RGB Variations
Color information
#EAB535 (or 0xEAB535) is known color: Bright Sun. HEX triplet: EA, B5 and 35. RGB value is (234,181,53). Sum of RGB (Red+Green+Blue) = 234+181+53=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB535 is #154ACA. Grayscale: #B6B6B6. Windows color (decimal): -1395403 or 3519978. OLE color: 3519978.
HSL color Cylindrical-coordinate representation of color #EAB535: hue angle of 42.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 #EAB535 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 53 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.08 |
| HSL | 42.43º | 0.81% | 0.56% | - |
| HSV(B) | 42.43º | 0.77% | 0.92% | - |
| XYZ | 51.1 | 50.8 | 10.48 | - |
| YUV | 182.26 | 55.06 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 53 | 0 | 0.23 | 0.77 | 0.08 | 42.43 | 0.81 | 0.56 |
| Hex | EA | B5 | 35 | 0 | 17 | 4D | 8 | 2A | 51 | 38 |
| Octal | 352 | 265 | 65 | 0 | 27 | 115 | 10 | 52 | 121 | 70 |
| Binary | 11101010 | 10110101 | 110101 | 0 | 10111 | 1001101 | 1000 | 101010 | 1010001 | 111000 |
Color Harmonies of #EAB535
Complementary color
Monochromatic Colors of #EAB535
Black with #EAB535
Text Example
Text Example
White with #EAB535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB535; }
p { color: rgb(234,181,53); }
H1.HeaderClassName
{
color: #EAB535;
}
.AnyTagClassName
{
color: #EAB535;
}
</style>
background-color css
<style>
a { background-color: #EAB535; }
a { background-color: rgb(234,181,53); }
div.DivClassName
{
background-color: #EAB535;
}
.BgClassName
{
background-color: #EAB535;
}
</style>
border-color css
<style>
span { border-color: #EAB535; }
span { border-color: rgb(234,181,53); }
td.TdClassName
{
border-color: #EAB535;
}
.TagClassName
{
border-color: #EAB535;
}
</style>