Shades of Bright Sun #EABE2F
Tints of Bright Sun #EABE2F
RGB
CMYK
RGB Variations
Color information
#EABE2F (or 0xEABE2F) is known color: Bright Sun. HEX triplet: EA, BE and 2F. RGB value is (234,190,47). Sum of RGB (Red+Green+Blue) = 234+190+47=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE2F is #1541D0. Grayscale: #BBBBBB. Windows color (decimal): -1393105 or 3129066. OLE color: 3129066.
HSL color Cylindrical-coordinate representation of color #EABE2F: hue angle of 45.88º 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 #EABE2F is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 47 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.08 |
| HSL | 45.88º | 0.82% | 0.55% | - |
| HSV(B) | 45.88º | 0.8% | 0.92% | - |
| XYZ | 52.86 | 54.52 | 10.43 | - |
| YUV | 186.85 | 49.08 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 47 | 0 | 0.19 | 0.80 | 0.08 | 45.88 | 0.82 | 0.55 |
| Hex | EA | BE | 2F | 0 | 13 | 50 | 8 | 2E | 52 | 37 |
| Octal | 352 | 276 | 57 | 0 | 23 | 120 | 10 | 56 | 122 | 67 |
| Binary | 11101010 | 10111110 | 101111 | 0 | 10011 | 1010000 | 1000 | 101110 | 1010010 | 110111 |
Color Harmonies of #EABE2F
Complementary color
Monochromatic Colors of #EABE2F
Black with #EABE2F
Text Example
Text Example
White with #EABE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE2F; }
p { color: rgb(234,190,47); }
H1.HeaderClassName
{
color: #EABE2F;
}
.AnyTagClassName
{
color: #EABE2F;
}
</style>
background-color css
<style>
a { background-color: #EABE2F; }
a { background-color: rgb(234,190,47); }
div.DivClassName
{
background-color: #EABE2F;
}
.BgClassName
{
background-color: #EABE2F;
}
</style>
border-color css
<style>
span { border-color: #EABE2F; }
span { border-color: rgb(234,190,47); }
td.TdClassName
{
border-color: #EABE2F;
}
.TagClassName
{
border-color: #EABE2F;
}
</style>