Shades of Bright Sun #EABC3C
Tints of Bright Sun #EABC3C
RGB
CMYK
RGB Variations
Color information
#EABC3C (or 0xEABC3C) is known color: Bright Sun. HEX triplet: EA, BC and 3C. RGB value is (234,188,60). Sum of RGB (Red+Green+Blue) = 234+188+60=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC3C is #1543C3. Grayscale: #BBBBBB. Windows color (decimal): -1393604 or 3980522. OLE color: 3980522.
HSL color Cylindrical-coordinate representation of color #EABC3C: hue angle of 44.14º degrees, saturation: 0.81, 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 #EABC3C is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 60 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.08 |
| HSL | 44.14º | 0.81% | 0.58% | - |
| HSV(B) | 44.14º | 0.74% | 0.92% | - |
| XYZ | 52.73 | 53.79 | 11.88 | - |
| YUV | 187.16 | 56.24 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 60 | 0 | 0.20 | 0.74 | 0.08 | 44.14 | 0.81 | 0.58 |
| Hex | EA | BC | 3C | 0 | 14 | 4A | 8 | 2C | 51 | 3A |
| Octal | 352 | 274 | 74 | 0 | 24 | 112 | 10 | 54 | 121 | 72 |
| Binary | 11101010 | 10111100 | 111100 | 0 | 10100 | 1001010 | 1000 | 101100 | 1010001 | 111010 |
Color Harmonies of #EABC3C
Complementary color
Monochromatic Colors of #EABC3C
Black with #EABC3C
Text Example
Text Example
White with #EABC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC3C; }
p { color: rgb(234,188,60); }
H1.HeaderClassName
{
color: #EABC3C;
}
.AnyTagClassName
{
color: #EABC3C;
}
</style>
background-color css
<style>
a { background-color: #EABC3C; }
a { background-color: rgb(234,188,60); }
div.DivClassName
{
background-color: #EABC3C;
}
.BgClassName
{
background-color: #EABC3C;
}
</style>
border-color css
<style>
span { border-color: #EABC3C; }
span { border-color: rgb(234,188,60); }
td.TdClassName
{
border-color: #EABC3C;
}
.TagClassName
{
border-color: #EABC3C;
}
</style>