#E9DA5F

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

Shades of Manz #E9DA5F

Tints of Manz #E9DA5F

Color information

#E9DA5F (or 0xE9DA5F) is unknown color: approx Manz. HEX triplet: E9, DA and 5F. RGB value is (233,218,95). Sum of RGB (Red+Green+Blue) = 233+218+95=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA5F is #1625A0. Grayscale: #D0D0D0. Windows color (decimal): -1451425 or 6281961. OLE color: 6281961.

HSL color Cylindrical-coordinate representation of color #E9DA5F: hue angle of 53.48º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9DA5F is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23321895-
CMYK00.060.590.09
HSL53.48º75.82%64.31%-
HSV(B)53.48º59.23%91.37%-
XYZ60.7468.2920.81-
YUV208.4663.97145.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 95 (37.5% from 255) = 17.40%
R=42.67%
G=39.93%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332189500.060.590.0953.4875.8264.31
HexE9DA5F063B9354c40
Octal35133213706731165114100
Binary111010011101101010111110110111011100111010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DA5F; }

 p { color: rgb(233,218,95); }

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

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

 a { background-color: rgb(233,218,95); }

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

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

 span { border-color: rgb(233,218,95); }

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