Shades of Bright Sun #EEBE2F
Tints of Bright Sun #EEBE2F
RGB
CMYK
RGB Variations
Color information
#EEBE2F (or 0xEEBE2F) is known color: Bright Sun. HEX triplet: EE, BE and 2F. RGB value is (238,190,47). Sum of RGB (Red+Green+Blue) = 238+190+47=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE2F is #1141D0. Grayscale: #BCBCBC. Windows color (decimal): -1130961 or 3129070. OLE color: 3129070.
HSL color Cylindrical-coordinate representation of color #EEBE2F: hue angle of 44.92º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEBE2F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 47 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.07 |
| HSL | 44.92º | 0.85% | 0.56% | - |
| HSV(B) | 44.92º | 0.8% | 0.93% | - |
| XYZ | 54.19 | 55.21 | 10.49 | - |
| YUV | 188.05 | 48.4 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 47 | 0 | 0.20 | 0.80 | 0.07 | 44.92 | 0.85 | 0.56 |
| Hex | EE | BE | 2F | 0 | 14 | 50 | 7 | 2D | 55 | 38 |
| Octal | 356 | 276 | 57 | 0 | 24 | 120 | 7 | 55 | 125 | 70 |
| Binary | 11101110 | 10111110 | 101111 | 0 | 10100 | 1010000 | 111 | 101101 | 1010101 | 111000 |
Color Harmonies of #EEBE2F
Complementary color
Monochromatic Colors of #EEBE2F
Black with #EEBE2F
Text Example
Text Example
White with #EEBE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE2F; }
p { color: rgb(238,190,47); }
H1.HeaderClassName
{
color: #EEBE2F;
}
.AnyTagClassName
{
color: #EEBE2F;
}
</style>
background-color css
<style>
a { background-color: #EEBE2F; }
a { background-color: rgb(238,190,47); }
div.DivClassName
{
background-color: #EEBE2F;
}
.BgClassName
{
background-color: #EEBE2F;
}
</style>
border-color css
<style>
span { border-color: #EEBE2F; }
span { border-color: rgb(238,190,47); }
td.TdClassName
{
border-color: #EEBE2F;
}
.TagClassName
{
border-color: #EEBE2F;
}
</style>