Shades of Bright Sun #EAC42C
Tints of Bright Sun #EAC42C
RGB
CMYK
RGB Variations
Color information
#EAC42C (or 0xEAC42C) is known color: Bright Sun. HEX triplet: EA, C4 and 2C. RGB value is (234,196,44). Sum of RGB (Red+Green+Blue) = 234+196+44=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC42C is #153BD3. Grayscale: #BEBEBE. Windows color (decimal): -1391572 or 2933994. OLE color: 2933994.
HSL color Cylindrical-coordinate representation of color #EAC42C: hue angle of 48º 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 #EAC42C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 44 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.08 |
| HSL | 48º | 0.82% | 0.55% | - |
| HSV(B) | 48º | 0.81% | 0.92% | - |
| XYZ | 54.13 | 57.15 | 10.56 | - |
| YUV | 190.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 44 | 0 | 0.16 | 0.81 | 0.08 | 48 | 0.82 | 0.55 |
| Hex | EA | C4 | 2C | 0 | 10 | 51 | 8 | 30 | 52 | 37 |
| Octal | 352 | 304 | 54 | 0 | 20 | 121 | 10 | 60 | 122 | 67 |
| Binary | 11101010 | 11000100 | 101100 | 0 | 10000 | 1010001 | 1000 | 110000 | 1010010 | 110111 |
Color Harmonies of #EAC42C
Complementary color
Monochromatic Colors of #EAC42C
Black with #EAC42C
Text Example
Text Example
White with #EAC42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC42C; }
p { color: rgb(234,196,44); }
H1.HeaderClassName
{
color: #EAC42C;
}
.AnyTagClassName
{
color: #EAC42C;
}
</style>
background-color css
<style>
a { background-color: #EAC42C; }
a { background-color: rgb(234,196,44); }
div.DivClassName
{
background-color: #EAC42C;
}
.BgClassName
{
background-color: #EAC42C;
}
</style>
border-color css
<style>
span { border-color: #EAC42C; }
span { border-color: rgb(234,196,44); }
td.TdClassName
{
border-color: #EAC42C;
}
.TagClassName
{
border-color: #EAC42C;
}
</style>