#e6d65e

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

Shades of Manz #E6D65E

Tints of Manz #E6D65E

Color information

#E6D65E (or 0xE6D65E) is unknown color: approx Manz. HEX triplet: E6, D6 and 5E. RGB value is (230,214,94). Sum of RGB (Red+Green+Blue) = 230+214+94=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D65E is #1929A1. Grayscale: #CDCDCD. Windows color (decimal): -1649058 or 6215398. OLE color: 6215398.

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

Color convert

RGB23021494-
CMYK00.070.590.10
HSL52.94º73.12%63.53%-
HSV(B)52.94º59.13%90.2%-
XYZ58.765.7220.18-
YUV205.165.3145.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.75%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 94 (37.11% from 255) = 17.47%
R=42.75%
G=39.78%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302149400.070.590.1052.9473.1263.53
HexE6D65E073BA354940
Octal34632613607731265111100
Binary111001101101011010111100111111011101011010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6d65e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6d65e; }

 p { color: rgb(230,214,94); }

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

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

 a { background-color: rgb(230,214,94); }

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

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

 span { border-color: rgb(230,214,94); }

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