Shades of Bright Sun #EAC228
Tints of Bright Sun #EAC228
RGB
CMYK
RGB Variations
Color information
#EAC228 (or 0xEAC228) is known color: Bright Sun. HEX triplet: EA, C2 and 28. RGB value is (234,194,40). Sum of RGB (Red+Green+Blue) = 234+194+40=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC228 is #153DD7. Grayscale: #BDBDBD. Windows color (decimal): -1392088 or 2671338. OLE color: 2671338.
HSL color Cylindrical-coordinate representation of color #EAC228: hue angle of 47.63º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAC228 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 40 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.08 |
| HSL | 47.63º | 0.82% | 0.54% | - |
| HSV(B) | 47.63º | 0.83% | 0.92% | - |
| XYZ | 53.61 | 56.23 | 10.04 | - |
| YUV | 188.4 | 44.25 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 40 | 0 | 0.17 | 0.83 | 0.08 | 47.63 | 0.82 | 0.54 |
| Hex | EA | C2 | 28 | 0 | 11 | 53 | 8 | 30 | 52 | 36 |
| Octal | 352 | 302 | 50 | 0 | 21 | 123 | 10 | 60 | 122 | 66 |
| Binary | 11101010 | 11000010 | 101000 | 0 | 10001 | 1010011 | 1000 | 110000 | 1010010 | 110110 |
Color Harmonies of #EAC228
Complementary color
Monochromatic Colors of #EAC228
Black with #EAC228
Text Example
Text Example
White with #EAC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC228; }
p { color: rgb(234,194,40); }
H1.HeaderClassName
{
color: #EAC228;
}
.AnyTagClassName
{
color: #EAC228;
}
</style>
background-color css
<style>
a { background-color: #EAC228; }
a { background-color: rgb(234,194,40); }
div.DivClassName
{
background-color: #EAC228;
}
.BgClassName
{
background-color: #EAC228;
}
</style>
border-color css
<style>
span { border-color: #EAC228; }
span { border-color: rgb(234,194,40); }
td.TdClassName
{
border-color: #EAC228;
}
.TagClassName
{
border-color: #EAC228;
}
</style>