Shades of Bright Sun #EAC229
Tints of Bright Sun #EAC229
RGB
CMYK
RGB Variations
Color information
#EAC229 (or 0xEAC229) is known color: Bright Sun. HEX triplet: EA, C2 and 29. RGB value is (234,194,41). Sum of RGB (Red+Green+Blue) = 234+194+41=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC229 is #153DD6. Grayscale: #BDBDBD. Windows color (decimal): -1392087 or 2736874. OLE color: 2736874.
HSL color Cylindrical-coordinate representation of color #EAC229: hue angle of 47.56º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAC229 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 41 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.08 |
| HSL | 47.56º | 0.82% | 0.54% | - |
| HSV(B) | 47.56º | 0.82% | 0.92% | - |
| XYZ | 53.62 | 56.24 | 10.13 | - |
| YUV | 188.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 41 | 0 | 0.17 | 0.82 | 0.08 | 47.56 | 0.82 | 0.54 |
| Hex | EA | C2 | 29 | 0 | 11 | 52 | 8 | 30 | 52 | 36 |
| Octal | 352 | 302 | 51 | 0 | 21 | 122 | 10 | 60 | 122 | 66 |
| Binary | 11101010 | 11000010 | 101001 | 0 | 10001 | 1010010 | 1000 | 110000 | 1010010 | 110110 |
Color Harmonies of #EAC229
Complementary color
Monochromatic Colors of #EAC229
Black with #EAC229
Text Example
Text Example
White with #EAC229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC229; }
p { color: rgb(234,194,41); }
H1.HeaderClassName
{
color: #EAC229;
}
.AnyTagClassName
{
color: #EAC229;
}
</style>
background-color css
<style>
a { background-color: #EAC229; }
a { background-color: rgb(234,194,41); }
div.DivClassName
{
background-color: #EAC229;
}
.BgClassName
{
background-color: #EAC229;
}
</style>
border-color css
<style>
span { border-color: #EAC229; }
span { border-color: rgb(234,194,41); }
td.TdClassName
{
border-color: #EAC229;
}
.TagClassName
{
border-color: #EAC229;
}
</style>