Shades of Bright Sun #EEB525
Tints of Bright Sun #EEB525
RGB
CMYK
RGB Variations
Color information
#EEB525 (or 0xEEB525) is known color: Bright Sun. HEX triplet: EE, B5 and 25. RGB value is (238,181,37). Sum of RGB (Red+Green+Blue) = 238+181+37=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB525 is #114ADA. Grayscale: #B6B6B6. Windows color (decimal): -1133275 or 2471406. OLE color: 2471406.
HSL color Cylindrical-coordinate representation of color #EEB525: hue angle of 42.99º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEB525 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 37 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.07 |
| HSL | 42.99º | 0.86% | 0.54% | - |
| HSV(B) | 42.99º | 0.84% | 0.93% | - |
| XYZ | 52.12 | 51.36 | 8.92 | - |
| YUV | 181.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 37 | 0 | 0.24 | 0.84 | 0.07 | 42.99 | 0.86 | 0.54 |
| Hex | EE | B5 | 25 | 0 | 18 | 54 | 7 | 2B | 56 | 36 |
| Octal | 356 | 265 | 45 | 0 | 30 | 124 | 7 | 53 | 126 | 66 |
| Binary | 11101110 | 10110101 | 100101 | 0 | 11000 | 1010100 | 111 | 101011 | 1010110 | 110110 |
Color Harmonies of #EEB525
Complementary color
Monochromatic Colors of #EEB525
Black with #EEB525
Text Example
Text Example
White with #EEB525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB525; }
p { color: rgb(238,181,37); }
H1.HeaderClassName
{
color: #EEB525;
}
.AnyTagClassName
{
color: #EEB525;
}
</style>
background-color css
<style>
a { background-color: #EEB525; }
a { background-color: rgb(238,181,37); }
div.DivClassName
{
background-color: #EEB525;
}
.BgClassName
{
background-color: #EEB525;
}
</style>
border-color css
<style>
span { border-color: #EEB525; }
span { border-color: rgb(238,181,37); }
td.TdClassName
{
border-color: #EEB525;
}
.TagClassName
{
border-color: #EEB525;
}
</style>