Shades of Bright Sun #EEBF2D
Tints of Bright Sun #EEBF2D
RGB
CMYK
RGB Variations
Color information
#EEBF2D (or 0xEEBF2D) is known color: Bright Sun. HEX triplet: EE, BF and 2D. RGB value is (238,191,45). Sum of RGB (Red+Green+Blue) = 238+191+45=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF2D is #1140D2. Grayscale: #BDBDBD. Windows color (decimal): -1130707 or 2998254. OLE color: 2998254.
HSL color Cylindrical-coordinate representation of color #EEBF2D: hue angle of 45.39º 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 #EEBF2D is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 45 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.07 |
| HSL | 45.39º | 0.85% | 0.55% | - |
| HSV(B) | 45.39º | 0.81% | 0.93% | - |
| XYZ | 54.36 | 55.63 | 10.35 | - |
| YUV | 188.41 | 47.07 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 45 | 0 | 0.20 | 0.81 | 0.07 | 45.39 | 0.85 | 0.55 |
| Hex | EE | BF | 2D | 0 | 14 | 51 | 7 | 2D | 55 | 37 |
| Octal | 356 | 277 | 55 | 0 | 24 | 121 | 7 | 55 | 125 | 67 |
| Binary | 11101110 | 10111111 | 101101 | 0 | 10100 | 1010001 | 111 | 101101 | 1010101 | 110111 |
Color Harmonies of #EEBF2D
Complementary color
Monochromatic Colors of #EEBF2D
Black with #EEBF2D
Text Example
Text Example
White with #EEBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF2D; }
p { color: rgb(238,191,45); }
H1.HeaderClassName
{
color: #EEBF2D;
}
.AnyTagClassName
{
color: #EEBF2D;
}
</style>
background-color css
<style>
a { background-color: #EEBF2D; }
a { background-color: rgb(238,191,45); }
div.DivClassName
{
background-color: #EEBF2D;
}
.BgClassName
{
background-color: #EEBF2D;
}
</style>
border-color css
<style>
span { border-color: #EEBF2D; }
span { border-color: rgb(238,191,45); }
td.TdClassName
{
border-color: #EEBF2D;
}
.TagClassName
{
border-color: #EEBF2D;
}
</style>