Shades of Bright Sun #EEB834
Tints of Bright Sun #EEB834
RGB
CMYK
RGB Variations
Color information
#EEB834 (or 0xEEB834) is known color: Bright Sun. HEX triplet: EE, B8 and 34. RGB value is (238,184,52). Sum of RGB (Red+Green+Blue) = 238+184+52=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB834 is #1147CB. Grayscale: #B9B9B9. Windows color (decimal): -1132492 or 3455214. OLE color: 3455214.
HSL color Cylindrical-coordinate representation of color #EEB834: hue angle of 42.58º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEB834 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 52 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.07 |
| HSL | 42.58º | 0.85% | 0.57% | - |
| HSV(B) | 42.58º | 0.78% | 0.93% | - |
| XYZ | 53.02 | 52.71 | 10.63 | - |
| YUV | 185.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 52 | 0 | 0.23 | 0.78 | 0.07 | 42.58 | 0.85 | 0.57 |
| Hex | EE | B8 | 34 | 0 | 17 | 4E | 7 | 2B | 55 | 39 |
| Octal | 356 | 270 | 64 | 0 | 27 | 116 | 7 | 53 | 125 | 71 |
| Binary | 11101110 | 10111000 | 110100 | 0 | 10111 | 1001110 | 111 | 101011 | 1010101 | 111001 |
Color Harmonies of #EEB834
Complementary color
Monochromatic Colors of #EEB834
Black with #EEB834
Text Example
Text Example
White with #EEB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB834; }
p { color: rgb(238,184,52); }
H1.HeaderClassName
{
color: #EEB834;
}
.AnyTagClassName
{
color: #EEB834;
}
</style>
background-color css
<style>
a { background-color: #EEB834; }
a { background-color: rgb(238,184,52); }
div.DivClassName
{
background-color: #EEB834;
}
.BgClassName
{
background-color: #EEB834;
}
</style>
border-color css
<style>
span { border-color: #EEB834; }
span { border-color: rgb(238,184,52); }
td.TdClassName
{
border-color: #EEB834;
}
.TagClassName
{
border-color: #EEB834;
}
</style>