Shades of Bright Sun #EEB534
Tints of Bright Sun #EEB534
RGB
CMYK
RGB Variations
Color information
#EEB534 (or 0xEEB534) is known color: Bright Sun. HEX triplet: EE, B5 and 34. RGB value is (238,181,52). Sum of RGB (Red+Green+Blue) = 238+181+52=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB534 is #114ACB. Grayscale: #B7B7B7. Windows color (decimal): -1133260 or 3454446. OLE color: 3454446.
HSL color Cylindrical-coordinate representation of color #EEB534: hue angle of 41.61º 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 #EEB534 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 52 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.07 |
| HSL | 41.61º | 0.85% | 0.57% | - |
| HSV(B) | 41.61º | 0.78% | 0.93% | - |
| XYZ | 52.4 | 51.47 | 10.42 | - |
| YUV | 183.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 52 | 0 | 0.24 | 0.78 | 0.07 | 41.61 | 0.85 | 0.57 |
| Hex | EE | B5 | 34 | 0 | 18 | 4E | 7 | 2A | 55 | 39 |
| Octal | 356 | 265 | 64 | 0 | 30 | 116 | 7 | 52 | 125 | 71 |
| Binary | 11101110 | 10110101 | 110100 | 0 | 11000 | 1001110 | 111 | 101010 | 1010101 | 111001 |
Color Harmonies of #EEB534
Complementary color
Monochromatic Colors of #EEB534
Black with #EEB534
Text Example
Text Example
White with #EEB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB534; }
p { color: rgb(238,181,52); }
H1.HeaderClassName
{
color: #EEB534;
}
.AnyTagClassName
{
color: #EEB534;
}
</style>
background-color css
<style>
a { background-color: #EEB534; }
a { background-color: rgb(238,181,52); }
div.DivClassName
{
background-color: #EEB534;
}
.BgClassName
{
background-color: #EEB534;
}
</style>
border-color css
<style>
span { border-color: #EEB534; }
span { border-color: rgb(238,181,52); }
td.TdClassName
{
border-color: #EEB534;
}
.TagClassName
{
border-color: #EEB534;
}
</style>