#E4E14D

Color #E4E14D Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #E4E14D

Tints of Manz #E4E14D

Color information

#E4E14D (or 0xE4E14D) is unknown color: approx Manz. HEX triplet: E4, E1 and 4D. RGB value is (228,225,77). Sum of RGB (Red+Green+Blue) = 228+225+77=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E14D is #1B1EB2. Grayscale: #D1D1D1. Windows color (decimal): -1777331 or 5104100. OLE color: 5104100.

HSL color Cylindrical-coordinate representation of color #E4E14D: hue angle of 58.81º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E4E14D is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB22822577-
CMYK00.010.660.11
HSL58.81º73.66%59.8%-
HSV(B)58.81º66.23%89.41%-
XYZ60.2670.8817.53-
YUV209.0253.49141.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 77 (30.47% from 255) = 14.53%
R=43.02%
G=42.45%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282257700.010.660.1158.8173.6659.8
HexE4E14D0142B3b4a3c
Octal34434111501102137311274
Binary1110010011100001100110101100001010111110111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E14D; }

 p { color: rgb(228,225,77); }

 H1.HeaderClassName
 {
   color: #E4E14D;
 }
 .AnyTagClassName
 {
   color: #E4E14D;
 }
</style>
background-color css

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

 a { background-color: rgb(228,225,77); }

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

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

 span { border-color: rgb(228,225,77); }

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