Shades of Bright Sun #EEB231
Tints of Bright Sun #EEB231
RGB
CMYK
RGB Variations
Color information
#EEB231 (or 0xEEB231) is known color: Bright Sun. HEX triplet: EE, B2 and 31. RGB value is (238,178,49). Sum of RGB (Red+Green+Blue) = 238+178+49=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB231 is #114DCE. Grayscale: #B5B5B5. Windows color (decimal): -1134031 or 3257070. OLE color: 3257070.
HSL color Cylindrical-coordinate representation of color #EEB231: hue angle of 40.95º 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 #EEB231 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 49 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.07 |
| HSL | 40.95º | 0.85% | 0.56% | - |
| HSV(B) | 40.95º | 0.79% | 0.93% | - |
| XYZ | 51.73 | 50.24 | 9.88 | - |
| YUV | 181.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 49 | 0 | 0.25 | 0.79 | 0.07 | 40.95 | 0.85 | 0.56 |
| Hex | EE | B2 | 31 | 0 | 19 | 4F | 7 | 29 | 55 | 38 |
| Octal | 356 | 262 | 61 | 0 | 31 | 117 | 7 | 51 | 125 | 70 |
| Binary | 11101110 | 10110010 | 110001 | 0 | 11001 | 1001111 | 111 | 101001 | 1010101 | 111000 |
Color Harmonies of #EEB231
Complementary color
Monochromatic Colors of #EEB231
Black with #EEB231
Text Example
Text Example
White with #EEB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB231; }
p { color: rgb(238,178,49); }
H1.HeaderClassName
{
color: #EEB231;
}
.AnyTagClassName
{
color: #EEB231;
}
</style>
background-color css
<style>
a { background-color: #EEB231; }
a { background-color: rgb(238,178,49); }
div.DivClassName
{
background-color: #EEB231;
}
.BgClassName
{
background-color: #EEB231;
}
</style>
border-color css
<style>
span { border-color: #EEB231; }
span { border-color: rgb(238,178,49); }
td.TdClassName
{
border-color: #EEB231;
}
.TagClassName
{
border-color: #EEB231;
}
</style>