#E0D151

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

Shades of Manz #E0D151

Tints of Manz #E0D151

Color information

#E0D151 (or 0xE0D151) is unknown color: approx Manz. HEX triplet: E0, D1 and 51. RGB value is (224,209,81). Sum of RGB (Red+Green+Blue) = 224+209+81=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D151 is #1F2EAE. Grayscale: #C7C7C7. Windows color (decimal): -2043567 or 5362144. OLE color: 5362144.

HSL color Cylindrical-coordinate representation of color #E0D151: hue angle of 53.71º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0D151 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22420981-
CMYK00.070.640.12
HSL53.71º69.76%59.8%-
HSV(B)53.71º63.84%87.84%-
XYZ55.0362.0416.86-
YUV198.8961.47145.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 81 (32.03% from 255) = 15.76%
R=43.58%
G=40.66%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242098100.070.640.1253.7169.7659.8
HexE0D1510740C36463c
Octal34032112107100146610674
Binary111000001101000110100010111100000011001101101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D151; }

 p { color: rgb(224,209,81); }

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

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

 a { background-color: rgb(224,209,81); }

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

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

 span { border-color: rgb(224,209,81); }

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