#E0ED76

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

Shades of Mindaro #E0ED76

Tints of Mindaro #E0ED76

Color information

#E0ED76 (or 0xE0ED76) is unknown color: approx Mindaro. HEX triplet: E0, ED and 76. RGB value is (224,237,118). Sum of RGB (Red+Green+Blue) = 224+237+118=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0ED76 is #1F1289. Grayscale: #DCDCDC. Windows color (decimal): -2036362 or 7794144. OLE color: 7794144.

HSL color Cylindrical-coordinate representation of color #E0ED76: hue angle of 66.55º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0ED76 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB224237118-
CMYK0.0500.500.07
HSL66.55º76.77%69.61%-
HSV(B)66.55º50.21%92.94%-
XYZ64.2977.7228.75-
YUV219.5570.69131.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 118 (46.48% from 255) = 20.38%
R=38.69%
G=40.93%
B=20.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242371180.0500.500.0766.5576.7769.61
HexE0ED7650327434d46
Octal34035516650627103115106
Binary111000001110110111101101010110010111100001110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ED76; }

 p { color: rgb(224,237,118); }

 H1.HeaderClassName
 {
   color: #E0ED76;
 }
 .AnyTagClassName
 {
   color: #E0ED76;
 }
</style>
background-color css

<style>
 a { background-color: #E0ED76; }

 a { background-color: rgb(224,237,118); }

 div.DivClassName
 {
   background-color: #E0ED76;
 }
 .BgClassName
 {
   background-color: #E0ED76;
 }
</style>
border-color css

<style>
 span { border-color: #E0ED76; }

 span { border-color: rgb(224,237,118); }

 td.TdClassName
 {
   border-color: #E0ED76;
 }
 .TagClassName
 {
   border-color: #E0ED76;
 }
</style>