Shades of Bright Sun #EAB434
Tints of Bright Sun #EAB434
RGB
CMYK
RGB Variations
Color information
#EAB434 (or 0xEAB434) is known color: Bright Sun. HEX triplet: EA, B4 and 34. RGB value is (234,180,52). Sum of RGB (Red+Green+Blue) = 234+180+52=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB434 is #154BCB. Grayscale: #B6B6B6. Windows color (decimal): -1395660 or 3454186. OLE color: 3454186.
HSL color Cylindrical-coordinate representation of color #EAB434: hue angle of 42.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAB434 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 52 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.08 |
| HSL | 42.2º | 0.81% | 0.56% | - |
| HSV(B) | 42.2º | 0.78% | 0.92% | - |
| XYZ | 50.87 | 50.38 | 10.29 | - |
| YUV | 181.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 52 | 0 | 0.23 | 0.78 | 0.08 | 42.2 | 0.81 | 0.56 |
| Hex | EA | B4 | 34 | 0 | 17 | 4E | 8 | 2A | 51 | 38 |
| Octal | 352 | 264 | 64 | 0 | 27 | 116 | 10 | 52 | 121 | 70 |
| Binary | 11101010 | 10110100 | 110100 | 0 | 10111 | 1001110 | 1000 | 101010 | 1010001 | 111000 |
Color Harmonies of #EAB434
Complementary color
Monochromatic Colors of #EAB434
Black with #EAB434
Text Example
Text Example
White with #EAB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB434; }
p { color: rgb(234,180,52); }
H1.HeaderClassName
{
color: #EAB434;
}
.AnyTagClassName
{
color: #EAB434;
}
</style>
background-color css
<style>
a { background-color: #EAB434; }
a { background-color: rgb(234,180,52); }
div.DivClassName
{
background-color: #EAB434;
}
.BgClassName
{
background-color: #EAB434;
}
</style>
border-color css
<style>
span { border-color: #EAB434; }
span { border-color: rgb(234,180,52); }
td.TdClassName
{
border-color: #EAB434;
}
.TagClassName
{
border-color: #EAB434;
}
</style>