Html Css Color HEX #E0ED71 Mindaro

📋 copy color: '#E0ED71'

red 224 ◦ green 237 ◦ blue 113

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

Shades of Mindaro #E0ED71

Tints of Mindaro #E0ED71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.69%

R = 39.02%
G = 41.29%
B = 19.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#E0ED71 (or 0xE0ED71) is known color: Mindaro. HEX triplet: E0, ED and 71. RGB value is (224,237,113). Sum of RGB (Red+Green+Blue) = 224+237+113=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0ED71 is #1F128E. Grayscale: #DBDBDB. Windows color (decimal): -2036367 or 7466464. OLE color: 7466464.

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

Color convert

RGB 224 237 113 -
CMYK 0.05 0 0.52 0.07
HSL 66.29º 0.78% 0.69% -
HSV(B) 66.29º 0.52% 0.93% -
XYZ 64.01 77.61 27.23 -
YUV 218.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 224 237 113 0.05 0 0.52 0.07 66.29 0.78 0.69
Hex E0 ED 71 5 0 34 7 42 4E 45
Octal 340 355 161 5 0 64 7 102 116 105
Binary 11100000 11101101 1110001 101 0 110100 111 1000010 1001110 1000101

Color Harmonies of #E0ED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ED71

Black with #E0ED71

Text Example


Text Example

White with #E0ED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ED71; }

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

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

background-color css

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

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

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

border-color css

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

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

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