Html Css Color HEX #E5ED4A Manz

📋 copy color: '#E5ED4A'

red 229 ◦ green 237 ◦ blue 74

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

Shades of Manz #E5ED4A

Tints of Manz #E5ED4A

RGB

 RED value IS 229 (89.84% from 255) = 42.41%

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

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

R = 42.41%
G = 43.89%
B = 13.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#E5ED4A (or 0xE5ED4A) is known color: Manz. HEX triplet: E5, ED and 4A. RGB value is (229,237,74). Sum of RGB (Red+Green+Blue) = 229+237+74=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5ED4A is #1A12B5. Grayscale: #D8D8D8. Windows color (decimal): -1708726 or 4910565. OLE color: 4910565.

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

Color convert

RGB 229 237 74 -
CMYK 0.03 0 0.69 0.07
HSL 62.94º 0.82% 0.61% -
HSV(B) 62.94º 0.69% 0.93% -
XYZ 63.83 77.72 18.12 -
YUV 216.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 229 237 74 0.03 0 0.69 0.07 62.94 0.82 0.61
Hex E5 ED 4A 3 0 45 7 3F 52 3D
Octal 345 355 112 3 0 105 7 77 122 75
Binary 11100101 11101101 1001010 11 0 1000101 111 111111 1010010 111101

Color Harmonies of #E5ED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ED4A

Black with #E5ED4A

Text Example


Text Example

White with #E5ED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ED4A; }

 p { color: rgb(229,237,74); }

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

background-color css

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

 a { background-color: rgb(229,237,74); }

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

border-color css

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

 span { border-color: rgb(229,237,74); }

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