Shades of Bright Sun #EEB62C
Tints of Bright Sun #EEB62C
RGB
CMYK
RGB Variations
Color information
#EEB62C (or 0xEEB62C) is known color: Bright Sun. HEX triplet: EE, B6 and 2C. RGB value is (238,182,44). Sum of RGB (Red+Green+Blue) = 238+182+44=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB62C is #1149D3. Grayscale: #B7B7B7. Windows color (decimal): -1133012 or 2930414. OLE color: 2930414.
HSL color Cylindrical-coordinate representation of color #EEB62C: hue angle of 42.68º 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 #EEB62C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 44 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.07 |
| HSL | 42.68º | 0.85% | 0.55% | - |
| HSV(B) | 42.68º | 0.82% | 0.93% | - |
| XYZ | 52.44 | 51.81 | 9.62 | - |
| YUV | 183.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 44 | 0 | 0.24 | 0.82 | 0.07 | 42.68 | 0.85 | 0.55 |
| Hex | EE | B6 | 2C | 0 | 18 | 52 | 7 | 2B | 55 | 37 |
| Octal | 356 | 266 | 54 | 0 | 30 | 122 | 7 | 53 | 125 | 67 |
| Binary | 11101110 | 10110110 | 101100 | 0 | 11000 | 1010010 | 111 | 101011 | 1010101 | 110111 |
Color Harmonies of #EEB62C
Complementary color
Monochromatic Colors of #EEB62C
Black with #EEB62C
Text Example
Text Example
White with #EEB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB62C; }
p { color: rgb(238,182,44); }
H1.HeaderClassName
{
color: #EEB62C;
}
.AnyTagClassName
{
color: #EEB62C;
}
</style>
background-color css
<style>
a { background-color: #EEB62C; }
a { background-color: rgb(238,182,44); }
div.DivClassName
{
background-color: #EEB62C;
}
.BgClassName
{
background-color: #EEB62C;
}
</style>
border-color css
<style>
span { border-color: #EEB62C; }
span { border-color: rgb(238,182,44); }
td.TdClassName
{
border-color: #EEB62C;
}
.TagClassName
{
border-color: #EEB62C;
}
</style>