#e4df5f

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

Shades of Manz #E4DF5F

Tints of Manz #E4DF5F

Color information

#E4DF5F (or 0xE4DF5F) is unknown color: approx Manz. HEX triplet: E4, DF and 5F. RGB value is (228,223,95). Sum of RGB (Red+Green+Blue) = 228+223+95=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DF5F is #1B20A0. Grayscale: #D2D2D2. Windows color (decimal): -1777825 or 6283236. OLE color: 6283236.

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

Color convert

RGB22822395-
CMYK00.020.580.11
HSL57.74º71.12%63.33%-
HSV(B)57.74º58.33%89.41%-
XYZ60.4570.121.17-
YUV209.963.16140.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.76%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 95 (37.5% from 255) = 17.40%
R=41.76%
G=40.84%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282239500.020.580.1157.7471.1263.33
HexE4DF5F023AB3a473f
Octal3443371370272137210777
Binary1110010011011111101111101011101010111110101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4df5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4df5f; }

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

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

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

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

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

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

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

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