Html Css Color HEX #E1ED73 Mindaro

📋 copy color: '#E1ED73'

red 225 ◦ green 237 ◦ blue 115

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

Shades of Mindaro #E1ED73

Tints of Mindaro #E1ED73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.93%

R = 38.99%
G = 41.07%
B = 19.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#E1ED73 (or 0xE1ED73) is known color: Mindaro. HEX triplet: E1, ED and 73. RGB value is (225,237,115). Sum of RGB (Red+Green+Blue) = 225+237+115=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1ED73 is #1E128C. Grayscale: #DBDBDB. Windows color (decimal): -1970829 or 7597537. OLE color: 7597537.

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

Color convert

RGB 225 237 115 -
CMYK 0.05 0 0.51 0.07
HSL 65.9º 0.77% 0.69% -
HSV(B) 65.9º 0.51% 0.93% -
XYZ 64.43 77.81 27.84 -
YUV 219.5 69.02 131.92 -
System Red Green Blue C M Y K H S L
Decimal 225 237 115 0.05 0 0.51 0.07 65.9 0.77 0.69
Hex E1 ED 73 5 0 33 7 42 4D 45
Octal 341 355 163 5 0 63 7 102 115 105
Binary 11100001 11101101 1110011 101 0 110011 111 1000010 1001101 1000101

Color Harmonies of #E1ED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ED73

Black with #E1ED73

Text Example


Text Example

White with #E1ED73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ED73; }

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

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

background-color css

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

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

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

border-color css

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

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

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