#E9E14C

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

Shades of Manz #E9E14C

Tints of Manz #E9E14C

Color information

#E9E14C (or 0xE9E14C) is unknown color: approx Manz. HEX triplet: E9, E1 and 4C. RGB value is (233,225,76). Sum of RGB (Red+Green+Blue) = 233+225+76=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E14C is #161EB3. Grayscale: #D3D3D3. Windows color (decimal): -1449652 or 5038569. OLE color: 5038569.

HSL color Cylindrical-coordinate representation of color #E9E14C: hue angle of 56.94º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9E14C is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23322576-
CMYK00.030.670.09
HSL56.94º78.11%60.59%-
HSV(B)56.94º67.38%91.37%-
XYZ61.8371.717.42-
YUV210.4152.15144.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.63%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 76 (30.08% from 255) = 14.23%
R=43.63%
G=42.13%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332257600.030.670.0956.9478.1160.59
HexE9E14C03439394e3d
Octal35134111403103117111675
Binary11101001111000011001100011100001110011110011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E14C; }

 p { color: rgb(233,225,76); }

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

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

 a { background-color: rgb(233,225,76); }

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

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

 span { border-color: rgb(233,225,76); }

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