#E5D650

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

Shades of Manz #E5D650

Tints of Manz #E5D650

Color information

#E5D650 (or 0xE5D650) is unknown color: approx Manz. HEX triplet: E5, D6 and 50. RGB value is (229,214,80). Sum of RGB (Red+Green+Blue) = 229+214+80=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D650 is #1A29AF. Grayscale: #CBCBCB. Windows color (decimal): -1714608 or 5297893. OLE color: 5297893.

HSL color Cylindrical-coordinate representation of color #E5D650: hue angle of 53.96º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5D650 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB22921480-
CMYK00.070.650.10
HSL53.96º74.13%60.59%-
HSV(B)53.96º65.07%89.8%-
XYZ57.8165.3317.15-
YUV203.2158.47146.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.79%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 80 (31.64% from 255) = 15.30%
R=43.79%
G=40.92%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292148000.070.650.1053.9674.1360.59
HexE5D6500741A364a3d
Octal34532612007101126611275
Binary111001011101011010100000111100000110101101101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D650; }

 p { color: rgb(229,214,80); }

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

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

 a { background-color: rgb(229,214,80); }

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

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

 span { border-color: rgb(229,214,80); }

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