#E0E34B

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

Shades of Manz #E0E34B

Tints of Manz #E0E34B

Color information

#E0E34B (or 0xE0E34B) is unknown color: approx Manz. HEX triplet: E0, E3 and 4B. RGB value is (224,227,75). Sum of RGB (Red+Green+Blue) = 224+227+75=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E34B is #1F1CB4. Grayscale: #D1D1D1. Windows color (decimal): -2038965 or 4973536. OLE color: 4973536.

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

Color convert

RGB22422775-
CMYK0.0100.670.11
HSL61.18º73.08%59.22%-
HSV(B)61.18º66.96%89.02%-
XYZ59.4871.2917.28-
YUV208.7852.51138.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 227 (89.06% from 255) = 43.16%
BLUE value IS 75 (29.69% from 255) = 14.26%
R=42.59%
G=43.16%
B=14.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224227750.0100.670.1161.1873.0859.22
HexE0E34B1043B3d493b
Octal34034311310103137511173
Binary1110000011100011100101110100001110111111011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E34B; }

 p { color: rgb(224,227,75); }

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

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

 a { background-color: rgb(224,227,75); }

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

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

 span { border-color: rgb(224,227,75); }

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