#E6E14D

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

Shades of Manz #E6E14D

Tints of Manz #E6E14D

Color information

#E6E14D (or 0xE6E14D) is unknown color: approx Manz. HEX triplet: E6, E1 and 4D. RGB value is (230,225,77). Sum of RGB (Red+Green+Blue) = 230+225+77=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E14D is #191EB2. Grayscale: #D2D2D2. Windows color (decimal): -1646259 or 5104102. OLE color: 5104102.

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

Color convert

RGB23022577-
CMYK00.020.670.10
HSL58.04º75.37%60.2%-
HSV(B)58.04º66.52%90.2%-
XYZ60.971.2117.56-
YUV209.6253.16142.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.23%
GREEN value IS 225 (88.28% from 255) = 42.29%
BLUE value IS 77 (30.47% from 255) = 14.47%
R=43.23%
G=42.29%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302257700.020.670.1058.0475.3760.2
HexE6E14D0243A3a4b3c
Octal34634111502103127211374
Binary11100110111000011001101010100001110101110101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E14D; }

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

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

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

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

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

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

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

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