#E0EE7D

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

Shades of Mindaro #E0EE7D

Tints of Mindaro #E0EE7D

Color information

#E0EE7D (or 0xE0EE7D) is unknown color: approx Mindaro. HEX triplet: E0, EE and 7D. RGB value is (224,238,125). Sum of RGB (Red+Green+Blue) = 224+238+125=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EE7D is #1F1182. Grayscale: #DDDDDD. Windows color (decimal): -2036099 or 8253152. OLE color: 8253152.

HSL color Cylindrical-coordinate representation of color #E0EE7D: hue angle of 67.43º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0EE7D is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB224238125-
CMYK0.0600.470.07
HSL67.43º76.87%71.18%-
HSV(B)67.43º47.48%93.33%-
XYZ65.0278.4831.12-
YUV220.9373.86130.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 238 (93.36% from 255) = 40.55%
BLUE value IS 125 (49.22% from 255) = 21.29%
R=38.16%
G=40.55%
B=21.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242381250.0600.470.0767.4376.8771.18
HexE0EE7D602F7434d47
Octal34035617560577103115107
Binary111000001110111011111011100101111111100001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EE7D; }

 p { color: rgb(224,238,125); }

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

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

 a { background-color: rgb(224,238,125); }

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

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

 span { border-color: rgb(224,238,125); }

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