Shades of Bright Sun #EABC3E
Tints of Bright Sun #EABC3E
RGB
CMYK
RGB Variations
Color information
#EABC3E (or 0xEABC3E) is known color: Bright Sun. HEX triplet: EA, BC and 3E. RGB value is (234,188,62). Sum of RGB (Red+Green+Blue) = 234+188+62=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC3E is #1543C1. Grayscale: #BBBBBB. Windows color (decimal): -1393602 or 4111594. OLE color: 4111594.
HSL color Cylindrical-coordinate representation of color #EABC3E: hue angle of 43.95º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EABC3E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 62 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.08 |
| HSL | 43.95º | 0.8% | 0.58% | - |
| HSV(B) | 43.95º | 0.74% | 0.92% | - |
| XYZ | 52.78 | 53.81 | 12.16 | - |
| YUV | 187.39 | 57.24 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 62 | 0 | 0.20 | 0.74 | 0.08 | 43.95 | 0.8 | 0.58 |
| Hex | EA | BC | 3E | 0 | 14 | 4A | 8 | 2C | 50 | 3A |
| Octal | 352 | 274 | 76 | 0 | 24 | 112 | 10 | 54 | 120 | 72 |
| Binary | 11101010 | 10111100 | 111110 | 0 | 10100 | 1001010 | 1000 | 101100 | 1010000 | 111010 |
Color Harmonies of #EABC3E
Complementary color
Monochromatic Colors of #EABC3E
Black with #EABC3E
Text Example
Text Example
White with #EABC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC3E; }
p { color: rgb(234,188,62); }
H1.HeaderClassName
{
color: #EABC3E;
}
.AnyTagClassName
{
color: #EABC3E;
}
</style>
background-color css
<style>
a { background-color: #EABC3E; }
a { background-color: rgb(234,188,62); }
div.DivClassName
{
background-color: #EABC3E;
}
.BgClassName
{
background-color: #EABC3E;
}
</style>
border-color css
<style>
span { border-color: #EABC3E; }
span { border-color: rgb(234,188,62); }
td.TdClassName
{
border-color: #EABC3E;
}
.TagClassName
{
border-color: #EABC3E;
}
</style>