Shades of Bright Sun #EEB42B
Tints of Bright Sun #EEB42B
RGB
CMYK
RGB Variations
Color information
#EEB42B (or 0xEEB42B) is known color: Bright Sun. HEX triplet: EE, B4 and 2B. RGB value is (238,180,43). Sum of RGB (Red+Green+Blue) = 238+180+43=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB42B is #114BD4. Grayscale: #B6B6B6. Windows color (decimal): -1133525 or 2864366. OLE color: 2864366.
HSL color Cylindrical-coordinate representation of color #EEB42B: hue angle of 42.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEB42B is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 43 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.07 |
| HSL | 42.15º | 0.85% | 0.55% | - |
| HSV(B) | 42.15º | 0.82% | 0.93% | - |
| XYZ | 52.02 | 50.99 | 9.39 | - |
| YUV | 181.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 43 | 0 | 0.24 | 0.82 | 0.07 | 42.15 | 0.85 | 0.55 |
| Hex | EE | B4 | 2B | 0 | 18 | 52 | 7 | 2A | 55 | 37 |
| Octal | 356 | 264 | 53 | 0 | 30 | 122 | 7 | 52 | 125 | 67 |
| Binary | 11101110 | 10110100 | 101011 | 0 | 11000 | 1010010 | 111 | 101010 | 1010101 | 110111 |
Color Harmonies of #EEB42B
Complementary color
Monochromatic Colors of #EEB42B
Black with #EEB42B
Text Example
Text Example
White with #EEB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB42B; }
p { color: rgb(238,180,43); }
H1.HeaderClassName
{
color: #EEB42B;
}
.AnyTagClassName
{
color: #EEB42B;
}
</style>
background-color css
<style>
a { background-color: #EEB42B; }
a { background-color: rgb(238,180,43); }
div.DivClassName
{
background-color: #EEB42B;
}
.BgClassName
{
background-color: #EEB42B;
}
</style>
border-color css
<style>
span { border-color: #EEB42B; }
span { border-color: rgb(238,180,43); }
td.TdClassName
{
border-color: #EEB42B;
}
.TagClassName
{
border-color: #EEB42B;
}
</style>