Shades of Bright Sun #EAB738
Tints of Bright Sun #EAB738
RGB
CMYK
RGB Variations
Color information
#EAB738 (or 0xEAB738) is known color: Bright Sun. HEX triplet: EA, B7 and 38. RGB value is (234,183,56). Sum of RGB (Red+Green+Blue) = 234+183+56=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB738 is #1548C7. Grayscale: #B8B8B8. Windows color (decimal): -1394888 or 3717098. OLE color: 3717098.
HSL color Cylindrical-coordinate representation of color #EAB738: hue angle of 42.81º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAB738 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 56 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.08 |
| HSL | 42.81º | 0.81% | 0.57% | - |
| HSV(B) | 42.81º | 0.76% | 0.92% | - |
| XYZ | 51.58 | 51.64 | 10.99 | - |
| YUV | 183.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 56 | 0 | 0.22 | 0.76 | 0.08 | 42.81 | 0.81 | 0.57 |
| Hex | EA | B7 | 38 | 0 | 16 | 4C | 8 | 2B | 51 | 39 |
| Octal | 352 | 267 | 70 | 0 | 26 | 114 | 10 | 53 | 121 | 71 |
| Binary | 11101010 | 10110111 | 111000 | 0 | 10110 | 1001100 | 1000 | 101011 | 1010001 | 111001 |
Color Harmonies of #EAB738
Complementary color
Monochromatic Colors of #EAB738
Black with #EAB738
Text Example
Text Example
White with #EAB738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB738; }
p { color: rgb(234,183,56); }
H1.HeaderClassName
{
color: #EAB738;
}
.AnyTagClassName
{
color: #EAB738;
}
</style>
background-color css
<style>
a { background-color: #EAB738; }
a { background-color: rgb(234,183,56); }
div.DivClassName
{
background-color: #EAB738;
}
.BgClassName
{
background-color: #EAB738;
}
</style>
border-color css
<style>
span { border-color: #EAB738; }
span { border-color: rgb(234,183,56); }
td.TdClassName
{
border-color: #EAB738;
}
.TagClassName
{
border-color: #EAB738;
}
</style>