Shades of Bright Sun #EEB72D
Tints of Bright Sun #EEB72D
RGB
CMYK
RGB Variations
Color information
#EEB72D (or 0xEEB72D) is known color: Bright Sun. HEX triplet: EE, B7 and 2D. RGB value is (238,183,45). Sum of RGB (Red+Green+Blue) = 238+183+45=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB72D is #1148D2. Grayscale: #B8B8B8. Windows color (decimal): -1132755 or 2996206. OLE color: 2996206.
HSL color Cylindrical-coordinate representation of color #EEB72D: hue angle of 42.9º 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 #EEB72D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 45 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.07 |
| HSL | 42.9º | 0.85% | 0.55% | - |
| HSV(B) | 42.9º | 0.81% | 0.93% | - |
| XYZ | 52.67 | 52.23 | 9.79 | - |
| YUV | 183.71 | 49.72 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 45 | 0 | 0.23 | 0.81 | 0.07 | 42.9 | 0.85 | 0.55 |
| Hex | EE | B7 | 2D | 0 | 17 | 51 | 7 | 2B | 55 | 37 |
| Octal | 356 | 267 | 55 | 0 | 27 | 121 | 7 | 53 | 125 | 67 |
| Binary | 11101110 | 10110111 | 101101 | 0 | 10111 | 1010001 | 111 | 101011 | 1010101 | 110111 |
Color Harmonies of #EEB72D
Complementary color
Monochromatic Colors of #EEB72D
Black with #EEB72D
Text Example
Text Example
White with #EEB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB72D; }
p { color: rgb(238,183,45); }
H1.HeaderClassName
{
color: #EEB72D;
}
.AnyTagClassName
{
color: #EEB72D;
}
</style>
background-color css
<style>
a { background-color: #EEB72D; }
a { background-color: rgb(238,183,45); }
div.DivClassName
{
background-color: #EEB72D;
}
.BgClassName
{
background-color: #EEB72D;
}
</style>
border-color css
<style>
span { border-color: #EEB72D; }
span { border-color: rgb(238,183,45); }
td.TdClassName
{
border-color: #EEB72D;
}
.TagClassName
{
border-color: #EEB72D;
}
</style>