Shades of Bright Sun #EEB42D
Tints of Bright Sun #EEB42D
RGB
CMYK
RGB Variations
Color information
#EEB42D (or 0xEEB42D) is known color: Bright Sun. HEX triplet: EE, B4 and 2D. RGB value is (238,180,45). Sum of RGB (Red+Green+Blue) = 238+180+45=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB42D is #114BD2. Grayscale: #B6B6B6. Windows color (decimal): -1133523 or 2995438. OLE color: 2995438.
HSL color Cylindrical-coordinate representation of color #EEB42D: hue angle of 41.97º 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 #EEB42D is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 45 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.07 |
| HSL | 41.97º | 0.85% | 0.55% | - |
| HSV(B) | 41.97º | 0.81% | 0.93% | - |
| XYZ | 52.05 | 51.01 | 9.58 | - |
| YUV | 181.95 | 50.72 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 45 | 0 | 0.24 | 0.81 | 0.07 | 41.97 | 0.85 | 0.55 |
| Hex | EE | B4 | 2D | 0 | 18 | 51 | 7 | 2A | 55 | 37 |
| Octal | 356 | 264 | 55 | 0 | 30 | 121 | 7 | 52 | 125 | 67 |
| Binary | 11101110 | 10110100 | 101101 | 0 | 11000 | 1010001 | 111 | 101010 | 1010101 | 110111 |
Color Harmonies of #EEB42D
Complementary color
Monochromatic Colors of #EEB42D
Black with #EEB42D
Text Example
Text Example
White with #EEB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB42D; }
p { color: rgb(238,180,45); }
H1.HeaderClassName
{
color: #EEB42D;
}
.AnyTagClassName
{
color: #EEB42D;
}
</style>
background-color css
<style>
a { background-color: #EEB42D; }
a { background-color: rgb(238,180,45); }
div.DivClassName
{
background-color: #EEB42D;
}
.BgClassName
{
background-color: #EEB42D;
}
</style>
border-color css
<style>
span { border-color: #EEB42D; }
span { border-color: rgb(238,180,45); }
td.TdClassName
{
border-color: #EEB42D;
}
.TagClassName
{
border-color: #EEB42D;
}
</style>