Shades of Bright Sun #EEB530
Tints of Bright Sun #EEB530
RGB
CMYK
RGB Variations
Color information
#EEB530 (or 0xEEB530) is known color: Bright Sun. HEX triplet: EE, B5 and 30. RGB value is (238,181,48). Sum of RGB (Red+Green+Blue) = 238+181+48=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB530 is #114ACF. Grayscale: #B7B7B7. Windows color (decimal): -1133264 or 3192302. OLE color: 3192302.
HSL color Cylindrical-coordinate representation of color #EEB530: hue angle of 42º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEB530 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 48 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.07 |
| HSL | 42º | 0.85% | 0.56% | - |
| HSV(B) | 42º | 0.8% | 0.93% | - |
| XYZ | 52.32 | 51.44 | 9.97 | - |
| YUV | 182.88 | 51.88 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 48 | 0 | 0.24 | 0.80 | 0.07 | 42 | 0.85 | 0.56 |
| Hex | EE | B5 | 30 | 0 | 18 | 50 | 7 | 2A | 55 | 38 |
| Octal | 356 | 265 | 60 | 0 | 30 | 120 | 7 | 52 | 125 | 70 |
| Binary | 11101110 | 10110101 | 110000 | 0 | 11000 | 1010000 | 111 | 101010 | 1010101 | 111000 |
Color Harmonies of #EEB530
Complementary color
Monochromatic Colors of #EEB530
Black with #EEB530
Text Example
Text Example
White with #EEB530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB530; }
p { color: rgb(238,181,48); }
H1.HeaderClassName
{
color: #EEB530;
}
.AnyTagClassName
{
color: #EEB530;
}
</style>
background-color css
<style>
a { background-color: #EEB530; }
a { background-color: rgb(238,181,48); }
div.DivClassName
{
background-color: #EEB530;
}
.BgClassName
{
background-color: #EEB530;
}
</style>
border-color css
<style>
span { border-color: #EEB530; }
span { border-color: rgb(238,181,48); }
td.TdClassName
{
border-color: #EEB530;
}
.TagClassName
{
border-color: #EEB530;
}
</style>