Html Css Color HEX #E0DD52 Manz

📋 copy color: '#E0DD52'

red 224 ◦ green 221 ◦ blue 82

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

Shades of Manz #E0DD52

Tints of Manz #E0DD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.56%

R = 42.5%
G = 41.94%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E0DD52 (or 0xE0DD52) is known color: Manz. HEX triplet: E0, DD and 52. RGB value is (224,221,82). Sum of RGB (Red+Green+Blue) = 224+221+82=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DD52 is #1F22AD. Grayscale: #CECECE. Windows color (decimal): -2040494 or 5430752. OLE color: 5430752.

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

Color convert

RGB 224 221 82 -
CMYK 0 0.01 0.63 0.12
HSL 58.73º 0.7% 0.6% -
HSV(B) 58.73º 0.63% 0.88% -
XYZ 58.12 68.17 18.08 -
YUV 206.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 224 221 82 0 0.01 0.63 0.12 58.73 0.7 0.6
Hex E0 DD 52 0 1 3F C 3B 46 3C
Octal 340 335 122 0 1 77 14 73 106 74
Binary 11100000 11011101 1010010 0 1 111111 1100 111011 1000110 111100

Color Harmonies of #E0DD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD52

Black with #E0DD52

Text Example


Text Example

White with #E0DD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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