Shades of Bright Sun #EEB82C
Tints of Bright Sun #EEB82C
RGB
CMYK
RGB Variations
Color information
#EEB82C (or 0xEEB82C) is known color: Bright Sun. HEX triplet: EE, B8 and 2C. RGB value is (238,184,44). Sum of RGB (Red+Green+Blue) = 238+184+44=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB82C is #1147D3. Grayscale: #B8B8B8. Windows color (decimal): -1132500 or 2930926. OLE color: 2930926.
HSL color Cylindrical-coordinate representation of color #EEB82C: hue angle of 43.3º 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 #EEB82C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 44 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.07 |
| HSL | 43.3º | 0.85% | 0.55% | - |
| HSV(B) | 43.3º | 0.82% | 0.93% | - |
| XYZ | 52.86 | 52.64 | 9.76 | - |
| YUV | 184.19 | 48.89 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 44 | 0 | 0.23 | 0.82 | 0.07 | 43.3 | 0.85 | 0.55 |
| Hex | EE | B8 | 2C | 0 | 17 | 52 | 7 | 2B | 55 | 37 |
| Octal | 356 | 270 | 54 | 0 | 27 | 122 | 7 | 53 | 125 | 67 |
| Binary | 11101110 | 10111000 | 101100 | 0 | 10111 | 1010010 | 111 | 101011 | 1010101 | 110111 |
Color Harmonies of #EEB82C
Complementary color
Monochromatic Colors of #EEB82C
Black with #EEB82C
Text Example
Text Example
White with #EEB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB82C; }
p { color: rgb(238,184,44); }
H1.HeaderClassName
{
color: #EEB82C;
}
.AnyTagClassName
{
color: #EEB82C;
}
</style>
background-color css
<style>
a { background-color: #EEB82C; }
a { background-color: rgb(238,184,44); }
div.DivClassName
{
background-color: #EEB82C;
}
.BgClassName
{
background-color: #EEB82C;
}
</style>
border-color css
<style>
span { border-color: #EEB82C; }
span { border-color: rgb(238,184,44); }
td.TdClassName
{
border-color: #EEB82C;
}
.TagClassName
{
border-color: #EEB82C;
}
</style>