Shades of Bright Sun #EEBE2D
Tints of Bright Sun #EEBE2D
RGB
CMYK
RGB Variations
Color information
#EEBE2D (or 0xEEBE2D) is known color: Bright Sun. HEX triplet: EE, BE and 2D. RGB value is (238,190,45). Sum of RGB (Red+Green+Blue) = 238+190+45=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE2D is #1141D2. Grayscale: #BCBCBC. Windows color (decimal): -1130963 or 2997998. OLE color: 2997998.
HSL color Cylindrical-coordinate representation of color #EEBE2D: hue angle of 45.08º 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 #EEBE2D is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 45 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.07 |
| HSL | 45.08º | 0.85% | 0.55% | - |
| HSV(B) | 45.08º | 0.81% | 0.93% | - |
| XYZ | 54.15 | 55.19 | 10.28 | - |
| YUV | 187.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 45 | 0 | 0.20 | 0.81 | 0.07 | 45.08 | 0.85 | 0.55 |
| Hex | EE | BE | 2D | 0 | 14 | 51 | 7 | 2D | 55 | 37 |
| Octal | 356 | 276 | 55 | 0 | 24 | 121 | 7 | 55 | 125 | 67 |
| Binary | 11101110 | 10111110 | 101101 | 0 | 10100 | 1010001 | 111 | 101101 | 1010101 | 110111 |
Color Harmonies of #EEBE2D
Complementary color
Monochromatic Colors of #EEBE2D
Black with #EEBE2D
Text Example
Text Example
White with #EEBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE2D; }
p { color: rgb(238,190,45); }
H1.HeaderClassName
{
color: #EEBE2D;
}
.AnyTagClassName
{
color: #EEBE2D;
}
</style>
background-color css
<style>
a { background-color: #EEBE2D; }
a { background-color: rgb(238,190,45); }
div.DivClassName
{
background-color: #EEBE2D;
}
.BgClassName
{
background-color: #EEBE2D;
}
</style>
border-color css
<style>
span { border-color: #EEBE2D; }
span { border-color: rgb(238,190,45); }
td.TdClassName
{
border-color: #EEBE2D;
}
.TagClassName
{
border-color: #EEBE2D;
}
</style>