Shades of Bright Sun #EEB429
Tints of Bright Sun #EEB429
RGB
CMYK
RGB Variations
Color information
#EEB429 (or 0xEEB429) is known color: Bright Sun. HEX triplet: EE, B4 and 29. RGB value is (238,180,41). Sum of RGB (Red+Green+Blue) = 238+180+41=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB429 is #114BD6. Grayscale: #B6B6B6. Windows color (decimal): -1133527 or 2733294. OLE color: 2733294.
HSL color Cylindrical-coordinate representation of color #EEB429: hue angle of 42.34º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEB429 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 41 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.07 |
| HSL | 42.34º | 0.85% | 0.55% | - |
| HSV(B) | 42.34º | 0.83% | 0.93% | - |
| XYZ | 51.98 | 50.98 | 9.2 | - |
| YUV | 181.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 41 | 0 | 0.24 | 0.83 | 0.07 | 42.34 | 0.85 | 0.55 |
| Hex | EE | B4 | 29 | 0 | 18 | 53 | 7 | 2A | 55 | 37 |
| Octal | 356 | 264 | 51 | 0 | 30 | 123 | 7 | 52 | 125 | 67 |
| Binary | 11101110 | 10110100 | 101001 | 0 | 11000 | 1010011 | 111 | 101010 | 1010101 | 110111 |
Color Harmonies of #EEB429
Complementary color
Monochromatic Colors of #EEB429
Black with #EEB429
Text Example
Text Example
White with #EEB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB429; }
p { color: rgb(238,180,41); }
H1.HeaderClassName
{
color: #EEB429;
}
.AnyTagClassName
{
color: #EEB429;
}
</style>
background-color css
<style>
a { background-color: #EEB429; }
a { background-color: rgb(238,180,41); }
div.DivClassName
{
background-color: #EEB429;
}
.BgClassName
{
background-color: #EEB429;
}
</style>
border-color css
<style>
span { border-color: #EEB429; }
span { border-color: rgb(238,180,41); }
td.TdClassName
{
border-color: #EEB429;
}
.TagClassName
{
border-color: #EEB429;
}
</style>