Shades of Bright Sun #EEB92A
Tints of Bright Sun #EEB92A
RGB
CMYK
RGB Variations
Color information
#EEB92A (or 0xEEB92A) is known color: Bright Sun. HEX triplet: EE, B9 and 2A. RGB value is (238,185,42). Sum of RGB (Red+Green+Blue) = 238+185+42=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB92A is #1146D5. Grayscale: #B9B9B9. Windows color (decimal): -1132246 or 2800110. OLE color: 2800110.
HSL color Cylindrical-coordinate representation of color #EEB92A: hue angle of 43.78º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEB92A is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 42 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.07 |
| HSL | 43.78º | 0.85% | 0.55% | - |
| HSV(B) | 43.78º | 0.82% | 0.93% | - |
| XYZ | 53.03 | 53.04 | 9.63 | - |
| YUV | 184.55 | 47.56 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 42 | 0 | 0.22 | 0.82 | 0.07 | 43.78 | 0.85 | 0.55 |
| Hex | EE | B9 | 2A | 0 | 16 | 52 | 7 | 2C | 55 | 37 |
| Octal | 356 | 271 | 52 | 0 | 26 | 122 | 7 | 54 | 125 | 67 |
| Binary | 11101110 | 10111001 | 101010 | 0 | 10110 | 1010010 | 111 | 101100 | 1010101 | 110111 |
Color Harmonies of #EEB92A
Complementary color
Monochromatic Colors of #EEB92A
Black with #EEB92A
Text Example
Text Example
White with #EEB92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB92A; }
p { color: rgb(238,185,42); }
H1.HeaderClassName
{
color: #EEB92A;
}
.AnyTagClassName
{
color: #EEB92A;
}
</style>
background-color css
<style>
a { background-color: #EEB92A; }
a { background-color: rgb(238,185,42); }
div.DivClassName
{
background-color: #EEB92A;
}
.BgClassName
{
background-color: #EEB92A;
}
</style>
border-color css
<style>
span { border-color: #EEB92A; }
span { border-color: rgb(238,185,42); }
td.TdClassName
{
border-color: #EEB92A;
}
.TagClassName
{
border-color: #EEB92A;
}
</style>