Html Css Color HEX #E0D749 Manz

📋 copy color: '#E0D749'

red 224 ◦ green 215 ◦ blue 73

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

Shades of Manz #E0D749

Tints of Manz #E0D749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 73 (28.91% from 255) = 14.26%

R = 43.75%
G = 41.99%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0D749 (or 0xE0D749) is known color: Manz. HEX triplet: E0, D7 and 49. RGB value is (224,215,73). Sum of RGB (Red+Green+Blue) = 224+215+73=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D749 is #1F28B6. Grayscale: #CACACA. Windows color (decimal): -2042039 or 4839392. OLE color: 4839392.

HSL color Cylindrical-coordinate representation of color #E0D749: hue angle of 56.42º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0D749 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 215 73 -
CMYK 0 0.04 0.67 0.12
HSL 56.42º 0.71% 0.58% -
HSV(B) 56.42º 0.67% 0.88% -
XYZ 56.24 64.93 15.87 -
YUV 201.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 224 215 73 0 0.04 0.67 0.12 56.42 0.71 0.58
Hex E0 D7 49 0 4 43 C 38 47 3A
Octal 340 327 111 0 4 103 14 70 107 72
Binary 11100000 11010111 1001001 0 100 1000011 1100 111000 1000111 111010

Color Harmonies of #E0D749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D749

Black with #E0D749

Text Example


Text Example

White with #E0D749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D749; }

 p { color: rgb(224,215,73); }

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

background-color css

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

 a { background-color: rgb(224,215,73); }

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

border-color css

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

 span { border-color: rgb(224,215,73); }

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