Html Css Color HEX #E2E64A Manz

📋 copy color: '#E2E64A'

red 226 ◦ green 230 ◦ blue 74

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

Shades of Manz #E2E64A

Tints of Manz #E2E64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.4%

 BLUE value IS 74 (29.3% from 255) = 13.96%

R = 42.64%
G = 43.4%
B = 13.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E2E64A (or 0xE2E64A) is known color: Manz. HEX triplet: E2, E6 and 4A. RGB value is (226,230,74). Sum of RGB (Red+Green+Blue) = 226+230+74=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E64A is #1D19B5. Grayscale: #D3D3D3. Windows color (decimal): -1907126 or 4908770. OLE color: 4908770.

HSL color Cylindrical-coordinate representation of color #E2E64A: hue angle of 61.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2E64A is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 230 74 -
CMYK 0.02 0 0.68 0.10
HSL 61.54º 0.76% 0.6% -
HSV(B) 61.54º 0.68% 0.9% -
XYZ 60.9 73.26 17.41 -
YUV 211.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 226 230 74 0.02 0 0.68 0.10 61.54 0.76 0.6
Hex E2 E6 4A 2 0 44 A 3E 4C 3C
Octal 342 346 112 2 0 104 12 76 114 74
Binary 11100010 11100110 1001010 10 0 1000100 1010 111110 1001100 111100

Color Harmonies of #E2E64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E64A

Black with #E2E64A

Text Example


Text Example

White with #E2E64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E64A; }

 p { color: rgb(226,230,74); }

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

background-color css

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

 a { background-color: rgb(226,230,74); }

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

border-color css

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

 span { border-color: rgb(226,230,74); }

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