Shades of Bright Sun #EAB433
Tints of Bright Sun #EAB433
RGB
CMYK
RGB Variations
Color information
#EAB433 (or 0xEAB433) is known color: Bright Sun. HEX triplet: EA, B4 and 33. RGB value is (234,180,51). Sum of RGB (Red+Green+Blue) = 234+180+51=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB433 is #154BCC. Grayscale: #B6B6B6. Windows color (decimal): -1395661 or 3388650. OLE color: 3388650.
HSL color Cylindrical-coordinate representation of color #EAB433: hue angle of 42.3º 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 #EAB433 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 51 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.08 |
| HSL | 42.3º | 0.81% | 0.56% | - |
| HSV(B) | 42.3º | 0.78% | 0.92% | - |
| XYZ | 50.85 | 50.37 | 10.18 | - |
| YUV | 181.44 | 54.39 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 51 | 0 | 0.23 | 0.78 | 0.08 | 42.3 | 0.81 | 0.56 |
| Hex | EA | B4 | 33 | 0 | 17 | 4E | 8 | 2A | 51 | 38 |
| Octal | 352 | 264 | 63 | 0 | 27 | 116 | 10 | 52 | 121 | 70 |
| Binary | 11101010 | 10110100 | 110011 | 0 | 10111 | 1001110 | 1000 | 101010 | 1010001 | 111000 |
Color Harmonies of #EAB433
Complementary color
Monochromatic Colors of #EAB433
Black with #EAB433
Text Example
Text Example
White with #EAB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB433; }
p { color: rgb(234,180,51); }
H1.HeaderClassName
{
color: #EAB433;
}
.AnyTagClassName
{
color: #EAB433;
}
</style>
background-color css
<style>
a { background-color: #EAB433; }
a { background-color: rgb(234,180,51); }
div.DivClassName
{
background-color: #EAB433;
}
.BgClassName
{
background-color: #EAB433;
}
</style>
border-color css
<style>
span { border-color: #EAB433; }
span { border-color: rgb(234,180,51); }
td.TdClassName
{
border-color: #EAB433;
}
.TagClassName
{
border-color: #EAB433;
}
</style>