Shades of Bright Sun #EEBE2C
Tints of Bright Sun #EEBE2C
RGB
CMYK
RGB Variations
Color information
#EEBE2C (or 0xEEBE2C) is known color: Bright Sun. HEX triplet: EE, BE and 2C. RGB value is (238,190,44). Sum of RGB (Red+Green+Blue) = 238+190+44=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE2C is #1141D3. Grayscale: #BCBCBC. Windows color (decimal): -1130964 or 2932462. OLE color: 2932462.
HSL color Cylindrical-coordinate representation of color #EEBE2C: hue angle of 45.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEBE2C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 44 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.07 |
| HSL | 45.15º | 0.85% | 0.55% | - |
| HSV(B) | 45.15º | 0.82% | 0.93% | - |
| XYZ | 54.13 | 55.19 | 10.18 | - |
| YUV | 187.71 | 46.9 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 44 | 0 | 0.20 | 0.82 | 0.07 | 45.15 | 0.85 | 0.55 |
| Hex | EE | BE | 2C | 0 | 14 | 52 | 7 | 2D | 55 | 37 |
| Octal | 356 | 276 | 54 | 0 | 24 | 122 | 7 | 55 | 125 | 67 |
| Binary | 11101110 | 10111110 | 101100 | 0 | 10100 | 1010010 | 111 | 101101 | 1010101 | 110111 |
Color Harmonies of #EEBE2C
Complementary color
Monochromatic Colors of #EEBE2C
Black with #EEBE2C
Text Example
Text Example
White with #EEBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE2C; }
p { color: rgb(238,190,44); }
H1.HeaderClassName
{
color: #EEBE2C;
}
.AnyTagClassName
{
color: #EEBE2C;
}
</style>
background-color css
<style>
a { background-color: #EEBE2C; }
a { background-color: rgb(238,190,44); }
div.DivClassName
{
background-color: #EEBE2C;
}
.BgClassName
{
background-color: #EEBE2C;
}
</style>
border-color css
<style>
span { border-color: #EEBE2C; }
span { border-color: rgb(238,190,44); }
td.TdClassName
{
border-color: #EEBE2C;
}
.TagClassName
{
border-color: #EEBE2C;
}
</style>