#E8DA5B

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

Shades of Manz #E8DA5B

Tints of Manz #E8DA5B

Color information

#E8DA5B (or 0xE8DA5B) is unknown color: approx Manz. HEX triplet: E8, DA and 5B. RGB value is (232,218,91). Sum of RGB (Red+Green+Blue) = 232+218+91=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DA5B is #1725A4. Grayscale: #D0D0D0. Windows color (decimal): -1516965 or 6019816. OLE color: 6019816.

HSL color Cylindrical-coordinate representation of color #E8DA5B: hue angle of 54.04º degrees, saturation: 0.75, 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 #E8DA5B is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23221891-
CMYK00.060.610.09
HSL54.04º75.4%63.33%-
HSV(B)54.04º60.78%90.98%-
XYZ60.2468.0519.86-
YUV207.7162.14145.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.88%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 91 (35.94% from 255) = 16.82%
R=42.88%
G=40.30%
B=16.82%

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
Decimal2322189100.060.610.0954.0475.463.33
HexE8DA5B063D9364b3f
Octal3503321330675116611377
Binary11101000110110101011011011011110110011101101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA5B; }

 p { color: rgb(232,218,91); }

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

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

 a { background-color: rgb(232,218,91); }

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

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

 span { border-color: rgb(232,218,91); }

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