Html Css Color HEX #E5DD4A Manz

📋 copy color: '#E5DD4A'

red 229 ◦ green 221 ◦ blue 74

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

Shades of Manz #E5DD4A

Tints of Manz #E5DD4A

RGB

 RED value IS 229 (89.84% from 255) = 43.7%

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

 BLUE value IS 74 (29.3% from 255) = 14.12%

R = 43.7%
G = 42.18%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5DD4A (or 0xE5DD4A) is known color: Manz. HEX triplet: E5, DD and 4A. RGB value is (229,221,74). Sum of RGB (Red+Green+Blue) = 229+221+74=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD4A is #1A22B5. Grayscale: #CFCFCF. Windows color (decimal): -1712822 or 4906469. OLE color: 4906469.

HSL color Cylindrical-coordinate representation of color #E5DD4A: hue angle of 56.9º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5DD4A is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 221 74 -
CMYK 0 0.03 0.68 0.10
HSL 56.9º 0.75% 0.59% -
HSV(B) 56.9º 0.68% 0.9% -
XYZ 59.41 68.87 16.64 -
YUV 206.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 229 221 74 0 0.03 0.68 0.10 56.9 0.75 0.59
Hex E5 DD 4A 0 3 44 A 39 4B 3B
Octal 345 335 112 0 3 104 12 71 113 73
Binary 11100101 11011101 1001010 0 11 1000100 1010 111001 1001011 111011

Color Harmonies of #E5DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD4A

Black with #E5DD4A

Text Example


Text Example

White with #E5DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD4A; }

 p { color: rgb(229,221,74); }

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

background-color css

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

 a { background-color: rgb(229,221,74); }

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

border-color css

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

 span { border-color: rgb(229,221,74); }

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