#E8DF5A

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

Shades of Manz #E8DF5A

Tints of Manz #E8DF5A

Color information

#E8DF5A (or 0xE8DF5A) is unknown color: approx Manz. HEX triplet: E8, DF and 5A. RGB value is (232,223,90). Sum of RGB (Red+Green+Blue) = 232+223+90=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DF5A is #1720A5. Grayscale: #D3D3D3. Windows color (decimal): -1515686 or 5955560. OLE color: 5955560.

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

Color convert

RGB23222390-
CMYK00.040.610.09
HSL56.2º75.53%63.14%-
HSV(B)56.2º61.21%90.98%-
XYZ61.5170.6720.07-
YUV210.5359.98143.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 90 (35.55% from 255) = 16.51%
R=42.57%
G=40.92%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322239000.040.610.0956.275.5363.14
HexE8DF5A043D9384c3f
Octal3503371320475117011477
Binary11101000110111111011010010011110110011110001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DF5A; }

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

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

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

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

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

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

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

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