#E6DE5D

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

Shades of Manz #E6DE5D

Tints of Manz #E6DE5D

Color information

#E6DE5D (or 0xE6DE5D) is unknown color: approx Manz. HEX triplet: E6, DE and 5D. RGB value is (230,222,93). Sum of RGB (Red+Green+Blue) = 230+222+93=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DE5D is #1921A2. Grayscale: #D2D2D2. Windows color (decimal): -1647011 or 6151910. OLE color: 6151910.

HSL color Cylindrical-coordinate representation of color #E6DE5D: hue angle of 56.5º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6DE5D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23022293-
CMYK00.030.600.10
HSL56.5º73.26%63.33%-
HSV(B)56.5º59.57%90.2%-
XYZ60.7369.8620.64-
YUV209.6962.15142.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 93 (36.72% from 255) = 17.06%
R=42.20%
G=40.73%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302229300.030.600.1056.573.2663.33
HexE6DE5D033CA38493f
Octal3463361350374127011177
Binary1110011011011110101110101111110010101110001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DE5D; }

 p { color: rgb(230,222,93); }

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

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

 a { background-color: rgb(230,222,93); }

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

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

 span { border-color: rgb(230,222,93); }

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