Shades of Bright Sun #EEB42F
Tints of Bright Sun #EEB42F
RGB
CMYK
RGB Variations
Color information
#EEB42F (or 0xEEB42F) is known color: Bright Sun. HEX triplet: EE, B4 and 2F. RGB value is (238,180,47). Sum of RGB (Red+Green+Blue) = 238+180+47=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB42F is #114BD0. Grayscale: #B6B6B6. Windows color (decimal): -1133521 or 3126510. OLE color: 3126510.
HSL color Cylindrical-coordinate representation of color #EEB42F: hue angle of 41.78º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEB42F is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 47 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.07 |
| HSL | 41.78º | 0.85% | 0.56% | - |
| HSV(B) | 41.78º | 0.8% | 0.93% | - |
| XYZ | 52.09 | 51.02 | 9.79 | - |
| YUV | 182.18 | 51.72 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 47 | 0 | 0.24 | 0.80 | 0.07 | 41.78 | 0.85 | 0.56 |
| Hex | EE | B4 | 2F | 0 | 18 | 50 | 7 | 2A | 55 | 38 |
| Octal | 356 | 264 | 57 | 0 | 30 | 120 | 7 | 52 | 125 | 70 |
| Binary | 11101110 | 10110100 | 101111 | 0 | 11000 | 1010000 | 111 | 101010 | 1010101 | 111000 |
Color Harmonies of #EEB42F
Complementary color
Monochromatic Colors of #EEB42F
Black with #EEB42F
Text Example
Text Example
White with #EEB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB42F; }
p { color: rgb(238,180,47); }
H1.HeaderClassName
{
color: #EEB42F;
}
.AnyTagClassName
{
color: #EEB42F;
}
</style>
background-color css
<style>
a { background-color: #EEB42F; }
a { background-color: rgb(238,180,47); }
div.DivClassName
{
background-color: #EEB42F;
}
.BgClassName
{
background-color: #EEB42F;
}
</style>
border-color css
<style>
span { border-color: #EEB42F; }
span { border-color: rgb(238,180,47); }
td.TdClassName
{
border-color: #EEB42F;
}
.TagClassName
{
border-color: #EEB42F;
}
</style>