Shades of Bright Sun #EEB430
Tints of Bright Sun #EEB430
RGB
CMYK
RGB Variations
Color information
#EEB430 (or 0xEEB430) is known color: Bright Sun. HEX triplet: EE, B4 and 30. RGB value is (238,180,48). Sum of RGB (Red+Green+Blue) = 238+180+48=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB430 is #114BCF. Grayscale: #B6B6B6. Windows color (decimal): -1133520 or 3192046. OLE color: 3192046.
HSL color Cylindrical-coordinate representation of color #EEB430: hue angle of 41.68º 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 #EEB430 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 48 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.07 |
| HSL | 41.68º | 0.85% | 0.56% | - |
| HSV(B) | 41.68º | 0.8% | 0.93% | - |
| XYZ | 52.11 | 51.03 | 9.9 | - |
| YUV | 182.29 | 52.22 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 48 | 0 | 0.24 | 0.80 | 0.07 | 41.68 | 0.85 | 0.56 |
| Hex | EE | B4 | 30 | 0 | 18 | 50 | 7 | 2A | 55 | 38 |
| Octal | 356 | 264 | 60 | 0 | 30 | 120 | 7 | 52 | 125 | 70 |
| Binary | 11101110 | 10110100 | 110000 | 0 | 11000 | 1010000 | 111 | 101010 | 1010101 | 111000 |
Color Harmonies of #EEB430
Complementary color
Monochromatic Colors of #EEB430
Black with #EEB430
Text Example
Text Example
White with #EEB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB430; }
p { color: rgb(238,180,48); }
H1.HeaderClassName
{
color: #EEB430;
}
.AnyTagClassName
{
color: #EEB430;
}
</style>
background-color css
<style>
a { background-color: #EEB430; }
a { background-color: rgb(238,180,48); }
div.DivClassName
{
background-color: #EEB430;
}
.BgClassName
{
background-color: #EEB430;
}
</style>
border-color css
<style>
span { border-color: #EEB430; }
span { border-color: rgb(238,180,48); }
td.TdClassName
{
border-color: #EEB430;
}
.TagClassName
{
border-color: #EEB430;
}
</style>