Shades of Bright Sun #EAC227
Tints of Bright Sun #EAC227
RGB
CMYK
RGB Variations
Color information
#EAC227 (or 0xEAC227) is known color: Bright Sun. HEX triplet: EA, C2 and 27. RGB value is (234,194,39). Sum of RGB (Red+Green+Blue) = 234+194+39=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC227 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC227 is #153DD8. Grayscale: #BCBCBC. Windows color (decimal): -1392089 or 2605802. OLE color: 2605802.
HSL color Cylindrical-coordinate representation of color #EAC227: hue angle of 47.69º 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 #EAC227 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 39 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.08 |
| HSL | 47.69º | 0.82% | 0.54% | - |
| HSV(B) | 47.69º | 0.83% | 0.92% | - |
| XYZ | 53.59 | 56.22 | 9.95 | - |
| YUV | 188.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 39 | 0 | 0.17 | 0.83 | 0.08 | 47.69 | 0.82 | 0.54 |
| Hex | EA | C2 | 27 | 0 | 11 | 53 | 8 | 30 | 52 | 36 |
| Octal | 352 | 302 | 47 | 0 | 21 | 123 | 10 | 60 | 122 | 66 |
| Binary | 11101010 | 11000010 | 100111 | 0 | 10001 | 1010011 | 1000 | 110000 | 1010010 | 110110 |
Color Harmonies of #EAC227
Complementary color
Monochromatic Colors of #EAC227
Black with #EAC227
Text Example
Text Example
White with #EAC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC227; }
p { color: rgb(234,194,39); }
H1.HeaderClassName
{
color: #EAC227;
}
.AnyTagClassName
{
color: #EAC227;
}
</style>
background-color css
<style>
a { background-color: #EAC227; }
a { background-color: rgb(234,194,39); }
div.DivClassName
{
background-color: #EAC227;
}
.BgClassName
{
background-color: #EAC227;
}
</style>
border-color css
<style>
span { border-color: #EAC227; }
span { border-color: rgb(234,194,39); }
td.TdClassName
{
border-color: #EAC227;
}
.TagClassName
{
border-color: #EAC227;
}
</style>