#E6DC65

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

Shades of Manz #E6DC65

Tints of Manz #E6DC65

Color information

#E6DC65 (or 0xE6DC65) is unknown color: approx Manz. HEX triplet: E6, DC and 65. RGB value is (230,220,101). Sum of RGB (Red+Green+Blue) = 230+220+101=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC65 is #19239A. Grayscale: #D1D1D1. Windows color (decimal): -1647515 or 6675686. OLE color: 6675686.

HSL color Cylindrical-coordinate representation of color #E6DC65: hue angle of 55.35º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6DC65 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230220101-
CMYK00.040.560.10
HSL55.35º72.07%64.9%-
HSV(B)55.35º56.09%90.2%-
XYZ60.5868.9522.43-
YUV209.4266.81142.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 101 (39.84% from 255) = 18.33%
R=41.74%
G=39.93%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022010100.040.560.1055.3572.0764.9
HexE6DC650438A374841
Octal34633414504701267110101
Binary111001101101110011001010100111000101011011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DC65; }

 p { color: rgb(230,220,101); }

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

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

 a { background-color: rgb(230,220,101); }

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

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

 span { border-color: rgb(230,220,101); }

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