#E0EB76

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

Shades of Mindaro #E0EB76

Tints of Mindaro #E0EB76

Color information

#E0EB76 (or 0xE0EB76) is unknown color: approx Mindaro. HEX triplet: E0, EB and 76. RGB value is (224,235,118). Sum of RGB (Red+Green+Blue) = 224+235+118=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EB76 is #1F1489. Grayscale: #DADADA. Windows color (decimal): -2036874 or 7793632. OLE color: 7793632.

HSL color Cylindrical-coordinate representation of color #E0EB76: hue angle of 65.64º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0EB76 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB224235118-
CMYK0.0500.500.08
HSL65.64º74.52%69.22%-
HSV(B)65.64º49.79%92.16%-
XYZ63.7276.5728.56-
YUV218.3771.36132.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 118 (46.48% from 255) = 20.45%
R=38.82%
G=40.73%
B=20.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242351180.0500.500.0865.6474.5269.22
HexE0EB7650328424b45
Octal340353166506210102113105
Binary1110000011101011111011010101100101000100001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EB76; }

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

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

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

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

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

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

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

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