Html Css Color HEX #E2ED4D Manz

📋 copy color: '#E2ED4D'

red 226 ◦ green 237 ◦ blue 77

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

Shades of Manz #E2ED4D

Tints of Manz #E2ED4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.26%

R = 41.85%
G = 43.89%
B = 14.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#E2ED4D (or 0xE2ED4D) is known color: Manz. HEX triplet: E2, ED and 4D. RGB value is (226,237,77). Sum of RGB (Red+Green+Blue) = 226+237+77=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED4D is #1D12B2. Grayscale: #D8D8D8. Windows color (decimal): -1905331 or 5107170. OLE color: 5107170.

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

Color convert

RGB 226 237 77 -
CMYK 0.05 0 0.68 0.07
HSL 64.13º 0.82% 0.62% -
HSV(B) 64.13º 0.68% 0.93% -
XYZ 62.99 77.27 18.62 -
YUV 215.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 226 237 77 0.05 0 0.68 0.07 64.13 0.82 0.62
Hex E2 ED 4D 5 0 44 7 40 52 3E
Octal 342 355 115 5 0 104 7 100 122 76
Binary 11100010 11101101 1001101 101 0 1000100 111 1000000 1010010 111110

Color Harmonies of #E2ED4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ED4D

Black with #E2ED4D

Text Example


Text Example

White with #E2ED4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ED4D; }

 p { color: rgb(226,237,77); }

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

background-color css

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

 a { background-color: rgb(226,237,77); }

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

border-color css

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

 span { border-color: rgb(226,237,77); }

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