Html Css Color HEX #E2DD4D Manz

📋 copy color: '#E2DD4D'

red 226 ◦ green 221 ◦ blue 77

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

Shades of Manz #E2DD4D

Tints of Manz #E2DD4D

RGB

 RED value IS 226 (88.67% from 255) = 43.13%

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

 BLUE value IS 77 (30.47% from 255) = 14.69%

R = 43.13%
G = 42.18%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2DD4D (or 0xE2DD4D) is known color: Manz. HEX triplet: E2, DD and 4D. RGB value is (226,221,77). Sum of RGB (Red+Green+Blue) = 226+221+77=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD4D is #1D22B2. Grayscale: #CECECE. Windows color (decimal): -1909427 or 5103074. OLE color: 5103074.

HSL color Cylindrical-coordinate representation of color #E2DD4D: hue angle of 57.99º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2DD4D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 77 -
CMYK 0 0.02 0.66 0.11
HSL 57.99º 0.72% 0.59% -
HSV(B) 57.99º 0.66% 0.89% -
XYZ 58.56 68.42 17.14 -
YUV 206.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 226 221 77 0 0.02 0.66 0.11 57.99 0.72 0.59
Hex E2 DD 4D 0 2 42 B 3A 48 3B
Octal 342 335 115 0 2 102 13 72 110 73
Binary 11100010 11011101 1001101 0 10 1000010 1011 111010 1001000 111011

Color Harmonies of #E2DD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD4D

Black with #E2DD4D

Text Example


Text Example

White with #E2DD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD4D; }

 p { color: rgb(226,221,77); }

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

background-color css

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

 a { background-color: rgb(226,221,77); }

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

border-color css

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

 span { border-color: rgb(226,221,77); }

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