Shades of Bright Sun #EEBF2C
Tints of Bright Sun #EEBF2C
RGB
CMYK
RGB Variations
Color information
#EEBF2C (or 0xEEBF2C) is known color: Bright Sun. HEX triplet: EE, BF and 2C. RGB value is (238,191,44). Sum of RGB (Red+Green+Blue) = 238+191+44=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF2C is #1140D3. Grayscale: #BCBCBC. Windows color (decimal): -1130708 or 2932718. OLE color: 2932718.
HSL color Cylindrical-coordinate representation of color #EEBF2C: hue angle of 45.46º 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 #EEBF2C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 44 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.07 |
| HSL | 45.46º | 0.85% | 0.55% | - |
| HSV(B) | 45.46º | 0.82% | 0.93% | - |
| XYZ | 54.35 | 55.62 | 10.25 | - |
| YUV | 188.3 | 46.57 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 44 | 0 | 0.20 | 0.82 | 0.07 | 45.46 | 0.85 | 0.55 |
| Hex | EE | BF | 2C | 0 | 14 | 52 | 7 | 2D | 55 | 37 |
| Octal | 356 | 277 | 54 | 0 | 24 | 122 | 7 | 55 | 125 | 67 |
| Binary | 11101110 | 10111111 | 101100 | 0 | 10100 | 1010010 | 111 | 101101 | 1010101 | 110111 |
Color Harmonies of #EEBF2C
Complementary color
Monochromatic Colors of #EEBF2C
Black with #EEBF2C
Text Example
Text Example
White with #EEBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF2C; }
p { color: rgb(238,191,44); }
H1.HeaderClassName
{
color: #EEBF2C;
}
.AnyTagClassName
{
color: #EEBF2C;
}
</style>
background-color css
<style>
a { background-color: #EEBF2C; }
a { background-color: rgb(238,191,44); }
div.DivClassName
{
background-color: #EEBF2C;
}
.BgClassName
{
background-color: #EEBF2C;
}
</style>
border-color css
<style>
span { border-color: #EEBF2C; }
span { border-color: rgb(238,191,44); }
td.TdClassName
{
border-color: #EEBF2C;
}
.TagClassName
{
border-color: #EEBF2C;
}
</style>