Shades of Bright Sun #EEB32D
Tints of Bright Sun #EEB32D
RGB
CMYK
RGB Variations
Color information
#EEB32D (or 0xEEB32D) is known color: Bright Sun. HEX triplet: EE, B3 and 2D. RGB value is (238,179,45). Sum of RGB (Red+Green+Blue) = 238+179+45=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB32D is #114CD2. Grayscale: #B5B5B5. Windows color (decimal): -1133779 or 2995182. OLE color: 2995182.
HSL color Cylindrical-coordinate representation of color #EEB32D: hue angle of 41.66º 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 #EEB32D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 45 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.07 |
| HSL | 41.66º | 0.85% | 0.55% | - |
| HSV(B) | 41.66º | 0.81% | 0.93% | - |
| XYZ | 51.85 | 50.61 | 9.52 | - |
| YUV | 181.37 | 51.05 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 45 | 0 | 0.25 | 0.81 | 0.07 | 41.66 | 0.85 | 0.55 |
| Hex | EE | B3 | 2D | 0 | 19 | 51 | 7 | 2A | 55 | 37 |
| Octal | 356 | 263 | 55 | 0 | 31 | 121 | 7 | 52 | 125 | 67 |
| Binary | 11101110 | 10110011 | 101101 | 0 | 11001 | 1010001 | 111 | 101010 | 1010101 | 110111 |
Color Harmonies of #EEB32D
Complementary color
Monochromatic Colors of #EEB32D
Black with #EEB32D
Text Example
Text Example
White with #EEB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB32D; }
p { color: rgb(238,179,45); }
H1.HeaderClassName
{
color: #EEB32D;
}
.AnyTagClassName
{
color: #EEB32D;
}
</style>
background-color css
<style>
a { background-color: #EEB32D; }
a { background-color: rgb(238,179,45); }
div.DivClassName
{
background-color: #EEB32D;
}
.BgClassName
{
background-color: #EEB32D;
}
</style>
border-color css
<style>
span { border-color: #EEB32D; }
span { border-color: rgb(238,179,45); }
td.TdClassName
{
border-color: #EEB32D;
}
.TagClassName
{
border-color: #EEB32D;
}
</style>