Html Css Color HEX #E2E65A Manz

📋 copy color: '#E2E65A'

red 226 ◦ green 230 ◦ blue 90

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

Shades of Manz #E2E65A

Tints of Manz #E2E65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.48%

R = 41.39%
G = 42.12%
B = 16.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E2E65A (or 0xE2E65A) is known color: Manz. HEX triplet: E2, E6 and 5A. RGB value is (226,230,90). Sum of RGB (Red+Green+Blue) = 226+230+90=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E65A is #1D19A5. Grayscale: #D5D5D5. Windows color (decimal): -1907110 or 5957346. OLE color: 5957346.

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

Color convert

RGB 226 230 90 -
CMYK 0.02 0 0.61 0.10
HSL 61.71º 0.74% 0.63% -
HSV(B) 61.71º 0.61% 0.9% -
XYZ 61.51 73.5 20.62 -
YUV 212.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 226 230 90 0.02 0 0.61 0.10 61.71 0.74 0.63
Hex E2 E6 5A 2 0 3D A 3E 4A 3F
Octal 342 346 132 2 0 75 12 76 112 77
Binary 11100010 11100110 1011010 10 0 111101 1010 111110 1001010 111111

Color Harmonies of #E2E65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E65A

Black with #E2E65A

Text Example


Text Example

White with #E2E65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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