Shades of Bright Sun #EABD23
Tints of Bright Sun #EABD23
RGB
CMYK
RGB Variations
Color information
#EABD23 (or 0xEABD23) is known color: Bright Sun. HEX triplet: EA, BD and 23. RGB value is (234,189,35). Sum of RGB (Red+Green+Blue) = 234+189+35=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 35 (14.06% from 255 or 7.64% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD23 is #1542DC. Grayscale: #B9B9B9. Windows color (decimal): -1393373 or 2342378. OLE color: 2342378.
HSL color Cylindrical-coordinate representation of color #EABD23: hue angle of 46.43º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EABD23 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 35 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.08 |
| HSL | 46.43º | 0.83% | 0.53% | - |
| HSV(B) | 46.43º | 0.85% | 0.92% | - |
| XYZ | 52.43 | 54.01 | 9.25 | - |
| YUV | 184.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 35 | 0 | 0.19 | 0.85 | 0.08 | 46.43 | 0.83 | 0.53 |
| Hex | EA | BD | 23 | 0 | 13 | 55 | 8 | 2E | 53 | 35 |
| Octal | 352 | 275 | 43 | 0 | 23 | 125 | 10 | 56 | 123 | 65 |
| Binary | 11101010 | 10111101 | 100011 | 0 | 10011 | 1010101 | 1000 | 101110 | 1010011 | 110101 |
Color Harmonies of #EABD23
Complementary color
Monochromatic Colors of #EABD23
Black with #EABD23
Text Example
Text Example
White with #EABD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD23; }
p { color: rgb(234,189,35); }
H1.HeaderClassName
{
color: #EABD23;
}
.AnyTagClassName
{
color: #EABD23;
}
</style>
background-color css
<style>
a { background-color: #EABD23; }
a { background-color: rgb(234,189,35); }
div.DivClassName
{
background-color: #EABD23;
}
.BgClassName
{
background-color: #EABD23;
}
</style>
border-color css
<style>
span { border-color: #EABD23; }
span { border-color: rgb(234,189,35); }
td.TdClassName
{
border-color: #EABD23;
}
.TagClassName
{
border-color: #EABD23;
}
</style>