Html Css Color HEX #E0DD50 Manz

📋 copy color: '#E0DD50'

red 224 ◦ green 221 ◦ blue 80

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

Shades of Manz #E0DD50

Tints of Manz #E0DD50

RGB

 RED value IS 224 (87.89% from 255) = 42.67%

 GREEN value IS 221 (86.72% from 255) = 42.1%

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

R = 42.67%
G = 42.1%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0DD50 (or 0xE0DD50) is known color: Manz. HEX triplet: E0, DD and 50. RGB value is (224,221,80). Sum of RGB (Red+Green+Blue) = 224+221+80=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD50 is #1F22AF. Grayscale: #CECECE. Windows color (decimal): -2040496 or 5299680. OLE color: 5299680.

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

Color convert

RGB 224 221 80 -
CMYK 0 0.01 0.64 0.12
HSL 58.75º 0.7% 0.6% -
HSV(B) 58.75º 0.64% 0.88% -
XYZ 58.04 68.14 17.68 -
YUV 205.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 224 221 80 0 0.01 0.64 0.12 58.75 0.7 0.6
Hex E0 DD 50 0 1 40 C 3B 46 3C
Octal 340 335 120 0 1 100 14 73 106 74
Binary 11100000 11011101 1010000 0 1 1000000 1100 111011 1000110 111100

Color Harmonies of #E0DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD50

Black with #E0DD50

Text Example


Text Example

White with #E0DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD50; }

 p { color: rgb(224,221,80); }

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

background-color css

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

 a { background-color: rgb(224,221,80); }

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

border-color css

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

 span { border-color: rgb(224,221,80); }

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