Shades of Bright Sun #EEB529
Tints of Bright Sun #EEB529
RGB
CMYK
RGB Variations
Color information
#EEB529 (or 0xEEB529) is known color: Bright Sun. HEX triplet: EE, B5 and 29. RGB value is (238,181,41). Sum of RGB (Red+Green+Blue) = 238+181+41=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB529 is #114AD6. Grayscale: #B6B6B6. Windows color (decimal): -1133271 or 2733550. OLE color: 2733550.
HSL color Cylindrical-coordinate representation of color #EEB529: hue angle of 42.64º 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 #EEB529 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 41 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.07 |
| HSL | 42.64º | 0.85% | 0.55% | - |
| HSV(B) | 42.64º | 0.83% | 0.93% | - |
| XYZ | 52.18 | 51.38 | 9.27 | - |
| YUV | 182.08 | 48.38 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 41 | 0 | 0.24 | 0.83 | 0.07 | 42.64 | 0.85 | 0.55 |
| Hex | EE | B5 | 29 | 0 | 18 | 53 | 7 | 2B | 55 | 37 |
| Octal | 356 | 265 | 51 | 0 | 30 | 123 | 7 | 53 | 125 | 67 |
| Binary | 11101110 | 10110101 | 101001 | 0 | 11000 | 1010011 | 111 | 101011 | 1010101 | 110111 |
Color Harmonies of #EEB529
Complementary color
Monochromatic Colors of #EEB529
Black with #EEB529
Text Example
Text Example
White with #EEB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB529; }
p { color: rgb(238,181,41); }
H1.HeaderClassName
{
color: #EEB529;
}
.AnyTagClassName
{
color: #EEB529;
}
</style>
background-color css
<style>
a { background-color: #EEB529; }
a { background-color: rgb(238,181,41); }
div.DivClassName
{
background-color: #EEB529;
}
.BgClassName
{
background-color: #EEB529;
}
</style>
border-color css
<style>
span { border-color: #EEB529; }
span { border-color: rgb(238,181,41); }
td.TdClassName
{
border-color: #EEB529;
}
.TagClassName
{
border-color: #EEB529;
}
</style>