Shades of Bright Sun #EABE34
Tints of Bright Sun #EABE34
RGB
CMYK
RGB Variations
Color information
#EABE34 (or 0xEABE34) is known color: Bright Sun. HEX triplet: EA, BE and 34. RGB value is (234,190,52). Sum of RGB (Red+Green+Blue) = 234+190+52=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE34 is #1541CB. Grayscale: #BCBCBC. Windows color (decimal): -1393100 or 3456746. OLE color: 3456746.
HSL color Cylindrical-coordinate representation of color #EABE34: hue angle of 45.49º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EABE34 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 52 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.08 |
| HSL | 45.49º | 0.81% | 0.56% | - |
| HSV(B) | 45.49º | 0.78% | 0.92% | - |
| XYZ | 52.96 | 54.57 | 10.99 | - |
| YUV | 187.42 | 51.58 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 52 | 0 | 0.19 | 0.78 | 0.08 | 45.49 | 0.81 | 0.56 |
| Hex | EA | BE | 34 | 0 | 13 | 4E | 8 | 2D | 51 | 38 |
| Octal | 352 | 276 | 64 | 0 | 23 | 116 | 10 | 55 | 121 | 70 |
| Binary | 11101010 | 10111110 | 110100 | 0 | 10011 | 1001110 | 1000 | 101101 | 1010001 | 111000 |
Color Harmonies of #EABE34
Complementary color
Monochromatic Colors of #EABE34
Black with #EABE34
Text Example
Text Example
White with #EABE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABE34; }
p { color: rgb(234,190,52); }
H1.HeaderClassName
{
color: #EABE34;
}
.AnyTagClassName
{
color: #EABE34;
}
</style>
background-color css
<style>
a { background-color: #EABE34; }
a { background-color: rgb(234,190,52); }
div.DivClassName
{
background-color: #EABE34;
}
.BgClassName
{
background-color: #EABE34;
}
</style>
border-color css
<style>
span { border-color: #EABE34; }
span { border-color: rgb(234,190,52); }
td.TdClassName
{
border-color: #EABE34;
}
.TagClassName
{
border-color: #EABE34;
}
</style>