Shades of Bright Sun #EABD32
Tints of Bright Sun #EABD32
RGB
CMYK
RGB Variations
Color information
#EABD32 (or 0xEABD32) is known color: Bright Sun. HEX triplet: EA, BD and 32. RGB value is (234,189,50). Sum of RGB (Red+Green+Blue) = 234+189+50=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD32 is #1542CD. Grayscale: #BBBBBB. Windows color (decimal): -1393358 or 3325418. OLE color: 3325418.
HSL color Cylindrical-coordinate representation of color #EABD32: hue angle of 45.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EABD32 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 50 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.08 |
| HSL | 45.33º | 0.81% | 0.56% | - |
| HSV(B) | 45.33º | 0.79% | 0.92% | - |
| XYZ | 52.71 | 54.12 | 10.69 | - |
| YUV | 186.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 50 | 0 | 0.19 | 0.79 | 0.08 | 45.33 | 0.81 | 0.56 |
| Hex | EA | BD | 32 | 0 | 13 | 4F | 8 | 2D | 51 | 38 |
| Octal | 352 | 275 | 62 | 0 | 23 | 117 | 10 | 55 | 121 | 70 |
| Binary | 11101010 | 10111101 | 110010 | 0 | 10011 | 1001111 | 1000 | 101101 | 1010001 | 111000 |
Color Harmonies of #EABD32
Complementary color
Monochromatic Colors of #EABD32
Black with #EABD32
Text Example
Text Example
White with #EABD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD32; }
p { color: rgb(234,189,50); }
H1.HeaderClassName
{
color: #EABD32;
}
.AnyTagClassName
{
color: #EABD32;
}
</style>
background-color css
<style>
a { background-color: #EABD32; }
a { background-color: rgb(234,189,50); }
div.DivClassName
{
background-color: #EABD32;
}
.BgClassName
{
background-color: #EABD32;
}
</style>
border-color css
<style>
span { border-color: #EABD32; }
span { border-color: rgb(234,189,50); }
td.TdClassName
{
border-color: #EABD32;
}
.TagClassName
{
border-color: #EABD32;
}
</style>