Html Css Color HEX #E2E977 Mindaro

📋 copy color: '#E2E977'

red 226 ◦ green 233 ◦ blue 119

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

Shades of Mindaro #E2E977

Tints of Mindaro #E2E977

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.31%

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

R = 39.1%
G = 40.31%
B = 20.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E2E977 (or 0xE2E977) is known color: Mindaro. HEX triplet: E2, E9 and 77. RGB value is (226,233,119). Sum of RGB (Red+Green+Blue) = 226+233+119=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E977 is #1D1688. Grayscale: #DADADA. Windows color (decimal): -1906313 or 7858658. OLE color: 7858658.

HSL color Cylindrical-coordinate representation of color #E2E977: hue angle of 63.68º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2E977 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 233 119 -
CMYK 0.03 0 0.49 0.09
HSL 63.68º 0.72% 0.69% -
HSV(B) 63.68º 0.49% 0.91% -
XYZ 63.83 75.78 28.72 -
YUV 217.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 226 233 119 0.03 0 0.49 0.09 63.68 0.72 0.69
Hex E2 E9 77 3 0 31 9 40 48 45
Octal 342 351 167 3 0 61 11 100 110 105
Binary 11100010 11101001 1110111 11 0 110001 1001 1000000 1001000 1000101

Color Harmonies of #E2E977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E977

Black with #E2E977

Text Example


Text Example

White with #E2E977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E977; }

 p { color: rgb(226,233,119); }

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

background-color css

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

 a { background-color: rgb(226,233,119); }

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

border-color css

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

 span { border-color: rgb(226,233,119); }

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