Html Css Color HEX #E2EC75 Mindaro

📋 copy color: '#E2EC75'

red 226 ◦ green 236 ◦ blue 117

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

Shades of Mindaro #E2EC75

Tints of Mindaro #E2EC75

RGB

 RED value IS 226 (88.67% from 255) = 39.03%

 GREEN value IS 236 (92.58% from 255) = 40.76%

 BLUE value IS 117 (46.09% from 255) = 20.21%

R = 39.03%
G = 40.76%
B = 20.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#E2EC75 (or 0xE2EC75) is known color: Mindaro. HEX triplet: E2, EC and 75. RGB value is (226,236,117). Sum of RGB (Red+Green+Blue) = 226+236+117=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #E2EC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EC75 is #1D138A. Grayscale: #DBDBDB. Windows color (decimal): -1905547 or 7728354. OLE color: 7728354.

HSL color Cylindrical-coordinate representation of color #E2EC75: hue angle of 65.04º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2EC75 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 236 117 -
CMYK 0.04 0 0.50 0.07
HSL 65.04º 0.76% 0.69% -
HSV(B) 65.04º 0.5% 0.93% -
XYZ 64.57 77.44 28.37 -
YUV 219.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 226 236 117 0.04 0 0.50 0.07 65.04 0.76 0.69
Hex E2 EC 75 4 0 32 7 41 4C 45
Octal 342 354 165 4 0 62 7 101 114 105
Binary 11100010 11101100 1110101 100 0 110010 111 1000001 1001100 1000101

Color Harmonies of #E2EC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EC75

Black with #E2EC75

Text Example


Text Example

White with #E2EC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EC75; }

 p { color: rgb(226,236,117); }

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

background-color css

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

 a { background-color: rgb(226,236,117); }

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

border-color css

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

 span { border-color: rgb(226,236,117); }

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