Html Css Color HEX #E5DD48 Manz

📋 copy color: '#E5DD48'

red 229 ◦ green 221 ◦ blue 72

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

Shades of Manz #E5DD48

Tints of Manz #E5DD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.79%

R = 43.87%
G = 42.34%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E5DD48 (or 0xE5DD48) is known color: Manz. HEX triplet: E5, DD and 48. RGB value is (229,221,72). Sum of RGB (Red+Green+Blue) = 229+221+72=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD48 is #1A22B7. Grayscale: #CFCFCF. Windows color (decimal): -1712824 or 4775397. OLE color: 4775397.

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

Color convert

RGB 229 221 72 -
CMYK 0 0.03 0.69 0.10
HSL 56.94º 0.75% 0.59% -
HSV(B) 56.94º 0.69% 0.9% -
XYZ 59.34 68.84 16.29 -
YUV 206.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 229 221 72 0 0.03 0.69 0.10 56.94 0.75 0.59
Hex E5 DD 48 0 3 45 A 39 4B 3B
Octal 345 335 110 0 3 105 12 71 113 73
Binary 11100101 11011101 1001000 0 11 1000101 1010 111001 1001011 111011

Color Harmonies of #E5DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD48

Black with #E5DD48

Text Example


Text Example

White with #E5DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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