#e8d54e

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

Shades of Manz #E8D54E

Tints of Manz #E8D54E

Color information

#E8D54E (or 0xE8D54E) is unknown color: approx Manz. HEX triplet: E8, D5 and 4E. RGB value is (232,213,78). Sum of RGB (Red+Green+Blue) = 232+213+78=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 78 (30.86% from 255 or 14.91% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D54E is #172AB1. Grayscale: #CBCBCB. Windows color (decimal): -1518258 or 5166568. OLE color: 5166568.

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

Color convert

RGB23221378-
CMYK00.080.660.09
HSL52.6º77%60.78%-
HSV(B)52.6º66.38%90.98%-
XYZ58.4565.2916.73-
YUV203.2957.29148.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 78 (30.86% from 255) = 14.91%
R=44.36%
G=40.73%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322137800.080.660.0952.67760.78
HexE8D54E08429354d3d
Octal350325116010102116511575
Binary1110100011010101100111001000100001010011101011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8d54e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8d54e; }

 p { color: rgb(232,213,78); }

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

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

 a { background-color: rgb(232,213,78); }

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

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

 span { border-color: rgb(232,213,78); }

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