Html Css Color HEX #E1DB50 Manz

📋 copy color: '#E1DB50'

red 225 ◦ green 219 ◦ blue 80

#E1DB50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #E1DB50

Tints of Manz #E1DB50

RGB

 RED value IS 225 (88.28% from 255) = 42.94%

 GREEN value IS 219 (85.94% from 255) = 41.79%

 BLUE value IS 80 (31.64% from 255) = 15.27%

R = 42.94%
G = 41.79%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1DB50 (or 0xE1DB50) is known color: Manz. HEX triplet: E1, DB and 50. RGB value is (225,219,80). Sum of RGB (Red+Green+Blue) = 225+219+80=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB50 is #1E24AF. Grayscale: #CDCDCD. Windows color (decimal): -1975472 or 5299169. OLE color: 5299169.

HSL color Cylindrical-coordinate representation of color #E1DB50: hue angle of 57.52º degrees, saturation: 0.71, 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 #E1DB50 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 80 -
CMYK 0 0.03 0.64 0.12
HSL 57.52º 0.71% 0.6% -
HSV(B) 57.52º 0.64% 0.88% -
XYZ 57.83 67.25 17.52 -
YUV 204.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 225 219 80 0 0.03 0.64 0.12 57.52 0.71 0.6
Hex E1 DB 50 0 3 40 C 3A 47 3C
Octal 341 333 120 0 3 100 14 72 107 74
Binary 11100001 11011011 1010000 0 11 1000000 1100 111010 1000111 111100

Color Harmonies of #E1DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB50

Black with #E1DB50

Text Example


Text Example

White with #E1DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB50; }

 p { color: rgb(225,219,80); }

 H1.HeaderClassName
 {
   color: #E1DB50;
 }
 .AnyTagClassName
 {
   color: #E1DB50;
 }
</style>

background-color css

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

 a { background-color: rgb(225,219,80); }

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

border-color css

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

 span { border-color: rgb(225,219,80); }

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