#E9DA5C

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

Shades of Manz #E9DA5C

Tints of Manz #E9DA5C

Color information

#E9DA5C (or 0xE9DA5C) is unknown color: approx Manz. HEX triplet: E9, DA and 5C. RGB value is (233,218,92). Sum of RGB (Red+Green+Blue) = 233+218+92=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DA5C is #1625A3. Grayscale: #D0D0D0. Windows color (decimal): -1451428 or 6085353. OLE color: 6085353.

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

Color convert

RGB23321892-
CMYK00.060.610.09
HSL53.62º76.22%63.73%-
HSV(B)53.62º60.52%91.37%-
XYZ60.6168.2420.1-
YUV208.1262.47145.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.91%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 92 (36.33% from 255) = 16.94%
R=42.91%
G=40.15%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332189200.060.610.0953.6276.2263.73
HexE9DA5C063D9364c40
Octal35133213406751166114100
Binary111010011101101010111000110111101100111011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DA5C; }

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

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

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

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

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

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

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

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