Shades of Bright Sun #EEBF34
Tints of Bright Sun #EEBF34
RGB
CMYK
RGB Variations
Color information
#EEBF34 (or 0xEEBF34) is known color: Bright Sun. HEX triplet: EE, BF and 34. RGB value is (238,191,52). Sum of RGB (Red+Green+Blue) = 238+191+52=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF34 is #1140CB. Grayscale: #BDBDBD. Windows color (decimal): -1130700 or 3457006. OLE color: 3457006.
HSL color Cylindrical-coordinate representation of color #EEBF34: hue angle of 44.84º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEBF34 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 52 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.07 |
| HSL | 44.84º | 0.85% | 0.57% | - |
| HSV(B) | 44.84º | 0.78% | 0.93% | - |
| XYZ | 54.51 | 55.69 | 11.12 | - |
| YUV | 189.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 52 | 0 | 0.20 | 0.78 | 0.07 | 44.84 | 0.85 | 0.57 |
| Hex | EE | BF | 34 | 0 | 14 | 4E | 7 | 2D | 55 | 39 |
| Octal | 356 | 277 | 64 | 0 | 24 | 116 | 7 | 55 | 125 | 71 |
| Binary | 11101110 | 10111111 | 110100 | 0 | 10100 | 1001110 | 111 | 101101 | 1010101 | 111001 |
Color Harmonies of #EEBF34
Complementary color
Monochromatic Colors of #EEBF34
Black with #EEBF34
Text Example
Text Example
White with #EEBF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF34; }
p { color: rgb(238,191,52); }
H1.HeaderClassName
{
color: #EEBF34;
}
.AnyTagClassName
{
color: #EEBF34;
}
</style>
background-color css
<style>
a { background-color: #EEBF34; }
a { background-color: rgb(238,191,52); }
div.DivClassName
{
background-color: #EEBF34;
}
.BgClassName
{
background-color: #EEBF34;
}
</style>
border-color css
<style>
span { border-color: #EEBF34; }
span { border-color: rgb(238,191,52); }
td.TdClassName
{
border-color: #EEBF34;
}
.TagClassName
{
border-color: #EEBF34;
}
</style>