Shades of Bright Sun #EEBF32
Tints of Bright Sun #EEBF32
RGB
CMYK
RGB Variations
Color information
#EEBF32 (or 0xEEBF32) is known color: Bright Sun. HEX triplet: EE, BF and 32. RGB value is (238,191,50). Sum of RGB (Red+Green+Blue) = 238+191+50=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF32 is #1140CD. Grayscale: #BDBDBD. Windows color (decimal): -1130702 or 3325934. OLE color: 3325934.
HSL color Cylindrical-coordinate representation of color #EEBF32: hue angle of 45º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEBF32 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 50 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.07 |
| HSL | 45º | 0.85% | 0.56% | - |
| HSV(B) | 45º | 0.79% | 0.93% | - |
| XYZ | 54.47 | 55.67 | 10.89 | - |
| YUV | 188.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 50 | 0 | 0.20 | 0.79 | 0.07 | 45 | 0.85 | 0.56 |
| Hex | EE | BF | 32 | 0 | 14 | 4F | 7 | 2D | 55 | 38 |
| Octal | 356 | 277 | 62 | 0 | 24 | 117 | 7 | 55 | 125 | 70 |
| Binary | 11101110 | 10111111 | 110010 | 0 | 10100 | 1001111 | 111 | 101101 | 1010101 | 111000 |
Color Harmonies of #EEBF32
Complementary color
Monochromatic Colors of #EEBF32
Black with #EEBF32
Text Example
Text Example
White with #EEBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF32; }
p { color: rgb(238,191,50); }
H1.HeaderClassName
{
color: #EEBF32;
}
.AnyTagClassName
{
color: #EEBF32;
}
</style>
background-color css
<style>
a { background-color: #EEBF32; }
a { background-color: rgb(238,191,50); }
div.DivClassName
{
background-color: #EEBF32;
}
.BgClassName
{
background-color: #EEBF32;
}
</style>
border-color css
<style>
span { border-color: #EEBF32; }
span { border-color: rgb(238,191,50); }
td.TdClassName
{
border-color: #EEBF32;
}
.TagClassName
{
border-color: #EEBF32;
}
</style>