Shades of Bright Sun #EEB52C
Tints of Bright Sun #EEB52C
RGB
CMYK
RGB Variations
Color information
#EEB52C (or 0xEEB52C) is known color: Bright Sun. HEX triplet: EE, B5 and 2C. RGB value is (238,181,44). Sum of RGB (Red+Green+Blue) = 238+181+44=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB52C is #114AD3. Grayscale: #B7B7B7. Windows color (decimal): -1133268 or 2930158. OLE color: 2930158.
HSL color Cylindrical-coordinate representation of color #EEB52C: hue angle of 42.37º 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 #EEB52C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 44 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.07 |
| HSL | 42.37º | 0.85% | 0.55% | - |
| HSV(B) | 42.37º | 0.82% | 0.93% | - |
| XYZ | 52.24 | 51.41 | 9.55 | - |
| YUV | 182.43 | 49.88 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 44 | 0 | 0.24 | 0.82 | 0.07 | 42.37 | 0.85 | 0.55 |
| Hex | EE | B5 | 2C | 0 | 18 | 52 | 7 | 2A | 55 | 37 |
| Octal | 356 | 265 | 54 | 0 | 30 | 122 | 7 | 52 | 125 | 67 |
| Binary | 11101110 | 10110101 | 101100 | 0 | 11000 | 1010010 | 111 | 101010 | 1010101 | 110111 |
Color Harmonies of #EEB52C
Complementary color
Monochromatic Colors of #EEB52C
Black with #EEB52C
Text Example
Text Example
White with #EEB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB52C; }
p { color: rgb(238,181,44); }
H1.HeaderClassName
{
color: #EEB52C;
}
.AnyTagClassName
{
color: #EEB52C;
}
</style>
background-color css
<style>
a { background-color: #EEB52C; }
a { background-color: rgb(238,181,44); }
div.DivClassName
{
background-color: #EEB52C;
}
.BgClassName
{
background-color: #EEB52C;
}
</style>
border-color css
<style>
span { border-color: #EEB52C; }
span { border-color: rgb(238,181,44); }
td.TdClassName
{
border-color: #EEB52C;
}
.TagClassName
{
border-color: #EEB52C;
}
</style>