Shades of Bright Sun #EEB328
Tints of Bright Sun #EEB328
RGB
CMYK
RGB Variations
Color information
#EEB328 (or 0xEEB328) is known color: Bright Sun. HEX triplet: EE, B3 and 28. RGB value is (238,179,40). Sum of RGB (Red+Green+Blue) = 238+179+40=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB328 is #114CD7. Grayscale: #B5B5B5. Windows color (decimal): -1133784 or 2667502. OLE color: 2667502.
HSL color Cylindrical-coordinate representation of color #EEB328: hue angle of 42.12º 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 #EEB328 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 40 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.07 |
| HSL | 42.12º | 0.85% | 0.55% | - |
| HSV(B) | 42.12º | 0.83% | 0.93% | - |
| XYZ | 51.76 | 50.57 | 9.04 | - |
| YUV | 180.8 | 48.55 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 40 | 0 | 0.25 | 0.83 | 0.07 | 42.12 | 0.85 | 0.55 |
| Hex | EE | B3 | 28 | 0 | 19 | 53 | 7 | 2A | 55 | 37 |
| Octal | 356 | 263 | 50 | 0 | 31 | 123 | 7 | 52 | 125 | 67 |
| Binary | 11101110 | 10110011 | 101000 | 0 | 11001 | 1010011 | 111 | 101010 | 1010101 | 110111 |
Color Harmonies of #EEB328
Complementary color
Monochromatic Colors of #EEB328
Black with #EEB328
Text Example
Text Example
White with #EEB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB328; }
p { color: rgb(238,179,40); }
H1.HeaderClassName
{
color: #EEB328;
}
.AnyTagClassName
{
color: #EEB328;
}
</style>
background-color css
<style>
a { background-color: #EEB328; }
a { background-color: rgb(238,179,40); }
div.DivClassName
{
background-color: #EEB328;
}
.BgClassName
{
background-color: #EEB328;
}
</style>
border-color css
<style>
span { border-color: #EEB328; }
span { border-color: rgb(238,179,40); }
td.TdClassName
{
border-color: #EEB328;
}
.TagClassName
{
border-color: #EEB328;
}
</style>