Shades of Mindaro #E0E678
Tints of Mindaro #E0E678
RGB
CMYK
RGB Variations
Color information
#E0E678 (or 0xE0E678) is known color: Mindaro. HEX triplet: E0, E6 and 78. RGB value is (224,230,120). Sum of RGB (Red+Green+Blue) = 224+230+120=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0E678 is #1F1987. Grayscale: #D8D8D8. Windows color (decimal): -2038152 or 7923424. OLE color: 7923424.
HSL color Cylindrical-coordinate representation of color #E0E678: hue angle of 63.27º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0E678 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 120 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.10 |
| HSL | 63.27º | 0.69% | 0.69% | - |
| HSV(B) | 63.27º | 0.48% | 0.9% | - |
| XYZ | 62.43 | 73.8 | 28.72 | - |
| YUV | 215.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 120 | 0.03 | 0 | 0.48 | 0.10 | 63.27 | 0.69 | 0.69 |
| Hex | E0 | E6 | 78 | 3 | 0 | 30 | A | 3F | 45 | 45 |
| Octal | 340 | 346 | 170 | 3 | 0 | 60 | 12 | 77 | 105 | 105 |
| Binary | 11100000 | 11100110 | 1111000 | 11 | 0 | 110000 | 1010 | 111111 | 1000101 | 1000101 |
Color Harmonies of #E0E678
Complementary color
Monochromatic Colors of #E0E678
Black with #E0E678
Text Example
Text Example
White with #E0E678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E678; }
p { color: rgb(224,230,120); }
H1.HeaderClassName
{
color: #E0E678;
}
.AnyTagClassName
{
color: #E0E678;
}
</style>
background-color css
<style>
a { background-color: #E0E678; }
a { background-color: rgb(224,230,120); }
div.DivClassName
{
background-color: #E0E678;
}
.BgClassName
{
background-color: #E0E678;
}
</style>
border-color css
<style>
span { border-color: #E0E678; }
span { border-color: rgb(224,230,120); }
td.TdClassName
{
border-color: #E0E678;
}
.TagClassName
{
border-color: #E0E678;
}
</style>