#E4DF5A

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

Shades of Manz #E4DF5A

Tints of Manz #E4DF5A

Color information

#E4DF5A (or 0xE4DF5A) is unknown color: approx Manz. HEX triplet: E4, DF and 5A. RGB value is (228,223,90). Sum of RGB (Red+Green+Blue) = 228+223+90=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DF5A is #1B20A5. Grayscale: #D1D1D1. Windows color (decimal): -1777830 or 5955556. OLE color: 5955556.

HSL color Cylindrical-coordinate representation of color #E4DF5A: hue angle of 57.83º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4DF5A is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB22822390-
CMYK00.020.610.11
HSL57.83º71.88%62.35%-
HSV(B)57.83º60.53%89.41%-
XYZ60.2370.0120.01-
YUV209.3360.66141.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.14%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 90 (35.55% from 255) = 16.64%
R=42.14%
G=41.22%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282239000.020.610.1157.8371.8862.35
HexE4DF5A023DB3a483e
Octal3443371320275137211076
Binary1110010011011111101101001011110110111110101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DF5A; }

 p { color: rgb(228,223,90); }

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

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

 a { background-color: rgb(228,223,90); }

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

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

 span { border-color: rgb(228,223,90); }

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