Shades of Bright Sun #EEC32D
Tints of Bright Sun #EEC32D
RGB
CMYK
RGB Variations
Color information
#EEC32D (or 0xEEC32D) is known color: Bright Sun. HEX triplet: EE, C3 and 2D. RGB value is (238,195,45). Sum of RGB (Red+Green+Blue) = 238+195+45=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC32D is #113CD2. Grayscale: #BFBFBF. Windows color (decimal): -1129683 or 2999278. OLE color: 2999278.
HSL color Cylindrical-coordinate representation of color #EEC32D: hue angle of 46.63º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEC32D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 45 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.07 |
| HSL | 46.63º | 0.85% | 0.55% | - |
| HSV(B) | 46.63º | 0.81% | 0.93% | - |
| XYZ | 55.25 | 57.4 | 10.65 | - |
| YUV | 190.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 45 | 0 | 0.18 | 0.81 | 0.07 | 46.63 | 0.85 | 0.55 |
| Hex | EE | C3 | 2D | 0 | 12 | 51 | 7 | 2F | 55 | 37 |
| Octal | 356 | 303 | 55 | 0 | 22 | 121 | 7 | 57 | 125 | 67 |
| Binary | 11101110 | 11000011 | 101101 | 0 | 10010 | 1010001 | 111 | 101111 | 1010101 | 110111 |
Color Harmonies of #EEC32D
Complementary color
Monochromatic Colors of #EEC32D
Black with #EEC32D
Text Example
Text Example
White with #EEC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC32D; }
p { color: rgb(238,195,45); }
H1.HeaderClassName
{
color: #EEC32D;
}
.AnyTagClassName
{
color: #EEC32D;
}
</style>
background-color css
<style>
a { background-color: #EEC32D; }
a { background-color: rgb(238,195,45); }
div.DivClassName
{
background-color: #EEC32D;
}
.BgClassName
{
background-color: #EEC32D;
}
</style>
border-color css
<style>
span { border-color: #EEC32D; }
span { border-color: rgb(238,195,45); }
td.TdClassName
{
border-color: #EEC32D;
}
.TagClassName
{
border-color: #EEC32D;
}
</style>