Shades of Bright Sun #EABC2F
Tints of Bright Sun #EABC2F
RGB
CMYK
RGB Variations
Color information
#EABC2F (or 0xEABC2F) is known color: Bright Sun. HEX triplet: EA, BC and 2F. RGB value is (234,188,47). Sum of RGB (Red+Green+Blue) = 234+188+47=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC2F is #1543D0. Grayscale: #BABABA. Windows color (decimal): -1393617 or 3128554. OLE color: 3128554.
HSL color Cylindrical-coordinate representation of color #EABC2F: hue angle of 45.24º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EABC2F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 47 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.08 |
| HSL | 45.24º | 0.82% | 0.55% | - |
| HSV(B) | 45.24º | 0.8% | 0.92% | - |
| XYZ | 52.43 | 53.66 | 10.28 | - |
| YUV | 185.68 | 49.74 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 47 | 0 | 0.20 | 0.80 | 0.08 | 45.24 | 0.82 | 0.55 |
| Hex | EA | BC | 2F | 0 | 14 | 50 | 8 | 2D | 52 | 37 |
| Octal | 352 | 274 | 57 | 0 | 24 | 120 | 10 | 55 | 122 | 67 |
| Binary | 11101010 | 10111100 | 101111 | 0 | 10100 | 1010000 | 1000 | 101101 | 1010010 | 110111 |
Color Harmonies of #EABC2F
Complementary color
Monochromatic Colors of #EABC2F
Black with #EABC2F
Text Example
Text Example
White with #EABC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC2F; }
p { color: rgb(234,188,47); }
H1.HeaderClassName
{
color: #EABC2F;
}
.AnyTagClassName
{
color: #EABC2F;
}
</style>
background-color css
<style>
a { background-color: #EABC2F; }
a { background-color: rgb(234,188,47); }
div.DivClassName
{
background-color: #EABC2F;
}
.BgClassName
{
background-color: #EABC2F;
}
</style>
border-color css
<style>
span { border-color: #EABC2F; }
span { border-color: rgb(234,188,47); }
td.TdClassName
{
border-color: #EABC2F;
}
.TagClassName
{
border-color: #EABC2F;
}
</style>