Shades of Bright Sun #EEB132
Tints of Bright Sun #EEB132
RGB
CMYK
RGB Variations
Color information
#EEB132 (or 0xEEB132) is known color: Bright Sun. HEX triplet: EE, B1 and 32. RGB value is (238,177,50). Sum of RGB (Red+Green+Blue) = 238+177+50=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB132 is #114ECD. Grayscale: #B5B5B5. Windows color (decimal): -1134286 or 3322350. OLE color: 3322350.
HSL color Cylindrical-coordinate representation of color #EEB132: hue angle of 40.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEB132 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 50 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.07 |
| HSL | 40.53º | 0.85% | 0.56% | - |
| HSV(B) | 40.53º | 0.79% | 0.93% | - |
| XYZ | 51.56 | 49.85 | 9.92 | - |
| YUV | 180.76 | 54.21 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 50 | 0 | 0.26 | 0.79 | 0.07 | 40.53 | 0.85 | 0.56 |
| Hex | EE | B1 | 32 | 0 | 1A | 4F | 7 | 29 | 55 | 38 |
| Octal | 356 | 261 | 62 | 0 | 32 | 117 | 7 | 51 | 125 | 70 |
| Binary | 11101110 | 10110001 | 110010 | 0 | 11010 | 1001111 | 111 | 101001 | 1010101 | 111000 |
Color Harmonies of #EEB132
Complementary color
Monochromatic Colors of #EEB132
Black with #EEB132
Text Example
Text Example
White with #EEB132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB132; }
p { color: rgb(238,177,50); }
H1.HeaderClassName
{
color: #EEB132;
}
.AnyTagClassName
{
color: #EEB132;
}
</style>
background-color css
<style>
a { background-color: #EEB132; }
a { background-color: rgb(238,177,50); }
div.DivClassName
{
background-color: #EEB132;
}
.BgClassName
{
background-color: #EEB132;
}
</style>
border-color css
<style>
span { border-color: #EEB132; }
span { border-color: rgb(238,177,50); }
td.TdClassName
{
border-color: #EEB132;
}
.TagClassName
{
border-color: #EEB132;
}
</style>