Shades of Bright Sun #EEB22D
Tints of Bright Sun #EEB22D
RGB
CMYK
RGB Variations
Color information
#EEB22D (or 0xEEB22D) is known color: Bright Sun. HEX triplet: EE, B2 and 2D. RGB value is (238,178,45). Sum of RGB (Red+Green+Blue) = 238+178+45=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB22D is #114DD2. Grayscale: #B5B5B5. Windows color (decimal): -1134035 or 2994926. OLE color: 2994926.
HSL color Cylindrical-coordinate representation of color #EEB22D: hue angle of 41.35º 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 #EEB22D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 45 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.07 |
| HSL | 41.35º | 0.85% | 0.55% | - |
| HSV(B) | 41.35º | 0.81% | 0.93% | - |
| XYZ | 51.65 | 50.21 | 9.45 | - |
| YUV | 180.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 45 | 0 | 0.25 | 0.81 | 0.07 | 41.35 | 0.85 | 0.55 |
| Hex | EE | B2 | 2D | 0 | 19 | 51 | 7 | 29 | 55 | 37 |
| Octal | 356 | 262 | 55 | 0 | 31 | 121 | 7 | 51 | 125 | 67 |
| Binary | 11101110 | 10110010 | 101101 | 0 | 11001 | 1010001 | 111 | 101001 | 1010101 | 110111 |
Color Harmonies of #EEB22D
Complementary color
Monochromatic Colors of #EEB22D
Black with #EEB22D
Text Example
Text Example
White with #EEB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB22D; }
p { color: rgb(238,178,45); }
H1.HeaderClassName
{
color: #EEB22D;
}
.AnyTagClassName
{
color: #EEB22D;
}
</style>
background-color css
<style>
a { background-color: #EEB22D; }
a { background-color: rgb(238,178,45); }
div.DivClassName
{
background-color: #EEB22D;
}
.BgClassName
{
background-color: #EEB22D;
}
</style>
border-color css
<style>
span { border-color: #EEB22D; }
span { border-color: rgb(238,178,45); }
td.TdClassName
{
border-color: #EEB22D;
}
.TagClassName
{
border-color: #EEB22D;
}
</style>