#E6DB5F

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

Shades of Manz #E6DB5F

Tints of Manz #E6DB5F

Color information

#E6DB5F (or 0xE6DB5F) is unknown color: approx Manz. HEX triplet: E6, DB and 5F. RGB value is (230,219,95). Sum of RGB (Red+Green+Blue) = 230+219+95=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DB5F is #1924A0. Grayscale: #D0D0D0. Windows color (decimal): -1647777 or 6282214. OLE color: 6282214.

HSL color Cylindrical-coordinate representation of color #E6DB5F: hue angle of 55.11º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6DB5F is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB23021995-
CMYK00.050.590.10
HSL55.11º72.97%63.73%-
HSV(B)55.11º58.7%90.2%-
XYZ60.0368.3120.85-
YUV208.1564.14143.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.28%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 95 (37.5% from 255) = 17.46%
R=42.28%
G=40.26%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302199500.050.590.1055.1172.9763.73
HexE6DB5F053BA374940
Octal34633313705731267111100
Binary111001101101101110111110101111011101011011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DB5F; }

 p { color: rgb(230,219,95); }

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

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

 a { background-color: rgb(230,219,95); }

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

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

 span { border-color: rgb(230,219,95); }

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