Html Css Color HEX #E0D45F Manz

📋 copy color: '#E0D45F'

red 224 ◦ green 212 ◦ blue 95

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

Shades of Manz #E0D45F

Tints of Manz #E0D45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.92%

 BLUE value IS 95 (37.5% from 255) = 17.89%

R = 42.18%
G = 39.92%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0D45F (or 0xE0D45F) is known color: Manz. HEX triplet: E0, D4 and 5F. RGB value is (224,212,95). Sum of RGB (Red+Green+Blue) = 224+212+95=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D45F is #1F2BA0. Grayscale: #CACACA. Windows color (decimal): -2042785 or 6280416. OLE color: 6280416.

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

Color convert

RGB 224 212 95 -
CMYK 0 0.05 0.58 0.12
HSL 54.42º 0.68% 0.63% -
HSV(B) 54.42º 0.58% 0.88% -
XYZ 56.35 63.76 20.16 -
YUV 202.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 224 212 95 0 0.05 0.58 0.12 54.42 0.68 0.63
Hex E0 D4 5F 0 5 3A C 36 44 3F
Octal 340 324 137 0 5 72 14 66 104 77
Binary 11100000 11010100 1011111 0 101 111010 1100 110110 1000100 111111

Color Harmonies of #E0D45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D45F

Black with #E0D45F

Text Example


Text Example

White with #E0D45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D45F; }

 p { color: rgb(224,212,95); }

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

background-color css

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

 a { background-color: rgb(224,212,95); }

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

border-color css

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

 span { border-color: rgb(224,212,95); }

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