Shades of Bright Sun #EEC328
Tints of Bright Sun #EEC328
RGB
CMYK
RGB Variations
Color information
#EEC328 (or 0xEEC328) is known color: Bright Sun. HEX triplet: EE, C3 and 28. RGB value is (238,195,40). Sum of RGB (Red+Green+Blue) = 238+195+40=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC328 is #113CD7. Grayscale: #BEBEBE. Windows color (decimal): -1129688 or 2671598. OLE color: 2671598.
HSL color Cylindrical-coordinate representation of color #EEC328: hue angle of 46.97º 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 #EEC328 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 40 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.07 |
| HSL | 46.97º | 0.85% | 0.55% | - |
| HSV(B) | 46.97º | 0.83% | 0.93% | - |
| XYZ | 55.16 | 57.36 | 10.17 | - |
| YUV | 190.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 40 | 0 | 0.18 | 0.83 | 0.07 | 46.97 | 0.85 | 0.55 |
| Hex | EE | C3 | 28 | 0 | 12 | 53 | 7 | 2F | 55 | 37 |
| Octal | 356 | 303 | 50 | 0 | 22 | 123 | 7 | 57 | 125 | 67 |
| Binary | 11101110 | 11000011 | 101000 | 0 | 10010 | 1010011 | 111 | 101111 | 1010101 | 110111 |
Color Harmonies of #EEC328
Complementary color
Monochromatic Colors of #EEC328
Black with #EEC328
Text Example
Text Example
White with #EEC328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC328; }
p { color: rgb(238,195,40); }
H1.HeaderClassName
{
color: #EEC328;
}
.AnyTagClassName
{
color: #EEC328;
}
</style>
background-color css
<style>
a { background-color: #EEC328; }
a { background-color: rgb(238,195,40); }
div.DivClassName
{
background-color: #EEC328;
}
.BgClassName
{
background-color: #EEC328;
}
</style>
border-color css
<style>
span { border-color: #EEC328; }
span { border-color: rgb(238,195,40); }
td.TdClassName
{
border-color: #EEC328;
}
.TagClassName
{
border-color: #EEC328;
}
</style>