#e0e678

Color #E0E678 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #E0E678

Tints of Mindaro #E0E678

Color information

#E0E678 (or 0xE0E678) is unknown color: approx 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

RGB224230120-
CMYK0.0300.480.10
HSL63.27º68.75%68.63%-
HSV(B)63.27º47.83%90.2%-
XYZ62.4373.828.72-
YUV215.6774.01133.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 230 (90.23% from 255) = 40.07%
BLUE value IS 120 (47.27% from 255) = 20.91%
R=39.02%
G=40.07%
B=20.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242301200.0300.480.1063.2768.7568.63
HexE0E6783030A3f4545
Octal34034617030601277105105
Binary11100000111001101111000110110000101011111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0e678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>