Html Css Color HEX #E1ED76 Mindaro

📋 copy color: '#E1ED76'

red 225 ◦ green 237 ◦ blue 118

#E1ED76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #E1ED76

Tints of Mindaro #E1ED76

RGB

 RED value IS 225 (88.28% from 255) = 38.79%

 GREEN value IS 237 (92.97% from 255) = 40.86%

 BLUE value IS 118 (46.48% from 255) = 20.34%

R = 38.79%
G = 40.86%
B = 20.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#E1ED76 (or 0xE1ED76) is known color: Mindaro. HEX triplet: E1, ED and 76. RGB value is (225,237,118). Sum of RGB (Red+Green+Blue) = 225+237+118=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1ED76 is #1E1289. Grayscale: #DCDCDC. Windows color (decimal): -1970826 or 7794145. OLE color: 7794145.

HSL color Cylindrical-coordinate representation of color #E1ED76: hue angle of 66.05º 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 #E1ED76 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 237 118 -
CMYK 0.05 0 0.50 0.07
HSL 66.05º 0.77% 0.7% -
HSV(B) 66.05º 0.5% 0.93% -
XYZ 64.61 77.88 28.77 -
YUV 219.85 70.52 131.68 -
System Red Green Blue C M Y K H S L
Decimal 225 237 118 0.05 0 0.50 0.07 66.05 0.77 0.7
Hex E1 ED 76 5 0 32 7 42 4D 46
Octal 341 355 166 5 0 62 7 102 115 106
Binary 11100001 11101101 1110110 101 0 110010 111 1000010 1001101 1000110

Color Harmonies of #E1ED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ED76

Black with #E1ED76

Text Example


Text Example

White with #E1ED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ED76; }

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

 H1.HeaderClassName
 {
   color: #E1ED76;
 }
 .AnyTagClassName
 {
   color: #E1ED76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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