Html Css Color HEX #E0EA77 Mindaro

📋 copy color: '#E0EA77'

red 224 ◦ green 234 ◦ blue 119

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

Shades of Mindaro #E0EA77

Tints of Mindaro #E0EA77

RGB

 RED value IS 224 (87.89% from 255) = 38.82%

 GREEN value IS 234 (91.8% from 255) = 40.55%

 BLUE value IS 119 (46.88% from 255) = 20.62%

R = 38.82%
G = 40.55%
B = 20.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#E0EA77 (or 0xE0EA77) is known color: Mindaro. HEX triplet: E0, EA and 77. RGB value is (224,234,119). Sum of RGB (Red+Green+Blue) = 224+234+119=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EA77 is #1F1588. Grayscale: #DADADA. Windows color (decimal): -2037129 or 7858912. OLE color: 7858912.

HSL color Cylindrical-coordinate representation of color #E0EA77: hue angle of 65.22º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0EA77 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 234 119 -
CMYK 0.04 0 0.49 0.08
HSL 65.22º 0.73% 0.69% -
HSV(B) 65.22º 0.49% 0.92% -
XYZ 63.49 76.02 28.78 -
YUV 217.9 72.19 132.35 -
System Red Green Blue C M Y K H S L
Decimal 224 234 119 0.04 0 0.49 0.08 65.22 0.73 0.69
Hex E0 EA 77 4 0 31 8 41 49 45
Octal 340 352 167 4 0 61 10 101 111 105
Binary 11100000 11101010 1110111 100 0 110001 1000 1000001 1001001 1000101

Color Harmonies of #E0EA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EA77

Black with #E0EA77

Text Example


Text Example

White with #E0EA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EA77; }

 p { color: rgb(224,234,119); }

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

background-color css

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

 a { background-color: rgb(224,234,119); }

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

border-color css

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

 span { border-color: rgb(224,234,119); }

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