Shades of Bright Sun #EABE2C
Tints of Bright Sun #EABE2C
RGB
CMYK
RGB Variations
Color information
#EABE2C (or 0xEABE2C) is known color: Bright Sun. HEX triplet: EA, BE and 2C. RGB value is (234,190,44). Sum of RGB (Red+Green+Blue) = 234+190+44=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE2C is #1541D3. Grayscale: #BBBBBB. Windows color (decimal): -1393108 or 2932458. OLE color: 2932458.
HSL color Cylindrical-coordinate representation of color #EABE2C: hue angle of 46.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EABE2C is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 44 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.08 |
| HSL | 46.11º | 0.82% | 0.55% | - |
| HSV(B) | 46.11º | 0.81% | 0.92% | - |
| XYZ | 52.8 | 54.5 | 10.12 | - |
| YUV | 186.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 44 | 0 | 0.19 | 0.81 | 0.08 | 46.11 | 0.82 | 0.55 |
| Hex | EA | BE | 2C | 0 | 13 | 51 | 8 | 2E | 52 | 37 |
| Octal | 352 | 276 | 54 | 0 | 23 | 121 | 10 | 56 | 122 | 67 |
| Binary | 11101010 | 10111110 | 101100 | 0 | 10011 | 1010001 | 1000 | 101110 | 1010010 | 110111 |
Color Harmonies of #EABE2C
Complementary color
Monochromatic Colors of #EABE2C
Black with #EABE2C
Text Example
Text Example
White with #EABE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE2C; }
p { color: rgb(234,190,44); }
H1.HeaderClassName
{
color: #EABE2C;
}
.AnyTagClassName
{
color: #EABE2C;
}
</style>
background-color css
<style>
a { background-color: #EABE2C; }
a { background-color: rgb(234,190,44); }
div.DivClassName
{
background-color: #EABE2C;
}
.BgClassName
{
background-color: #EABE2C;
}
</style>
border-color css
<style>
span { border-color: #EABE2C; }
span { border-color: rgb(234,190,44); }
td.TdClassName
{
border-color: #EABE2C;
}
.TagClassName
{
border-color: #EABE2C;
}
</style>