Html Css Color HEX #E0D94A Manz

📋 copy color: '#E0D94A'

red 224 ◦ green 217 ◦ blue 74

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

Shades of Manz #E0D94A

Tints of Manz #E0D94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.14%

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

R = 43.5%
G = 42.14%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0D94A (or 0xE0D94A) is known color: Manz. HEX triplet: E0, D9 and 4A. RGB value is (224,217,74). Sum of RGB (Red+Green+Blue) = 224+217+74=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D94A is #1F26B5. Grayscale: #CBCBCB. Windows color (decimal): -2041526 or 4905440. OLE color: 4905440.

HSL color Cylindrical-coordinate representation of color #E0D94A: hue angle of 57.2º 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 #E0D94A is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 217 74 -
CMYK 0 0.03 0.67 0.12
HSL 57.2º 0.71% 0.58% -
HSV(B) 57.2º 0.67% 0.88% -
XYZ 56.79 65.97 16.22 -
YUV 202.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 224 217 74 0 0.03 0.67 0.12 57.2 0.71 0.58
Hex E0 D9 4A 0 3 43 C 39 47 3A
Octal 340 331 112 0 3 103 14 71 107 72
Binary 11100000 11011001 1001010 0 11 1000011 1100 111001 1000111 111010

Color Harmonies of #E0D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D94A

Black with #E0D94A

Text Example


Text Example

White with #E0D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D94A; }

 p { color: rgb(224,217,74); }

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

background-color css

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

 a { background-color: rgb(224,217,74); }

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

border-color css

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

 span { border-color: rgb(224,217,74); }

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