#E6E34D

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

Shades of Manz #E6E34D

Tints of Manz #E6E34D

Color information

#E6E34D (or 0xE6E34D) is unknown color: approx Manz. HEX triplet: E6, E3 and 4D. RGB value is (230,227,77). Sum of RGB (Red+Green+Blue) = 230+227+77=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E34D is #191CB2. Grayscale: #D3D3D3. Windows color (decimal): -1645747 or 5104614. OLE color: 5104614.

HSL color Cylindrical-coordinate representation of color #E6E34D: hue angle of 58.82º 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 #E6E34D is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23022777-
CMYK00.010.670.10
HSL58.82º75.37%60.2%-
HSV(B)58.82º66.52%90.2%-
XYZ61.4472.317.74-
YUV210.852.49141.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.07%
GREEN value IS 227 (89.06% from 255) = 42.51%
BLUE value IS 77 (30.47% from 255) = 14.42%
R=43.07%
G=42.51%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302277700.010.670.1058.8275.3760.2
HexE6E34D0143A3b4b3c
Octal34634311501103127311374
Binary1110011011100011100110101100001110101110111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E34D; }

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

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

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

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

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

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

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

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