Html Css Color HEX #E0D55C Manz

📋 copy color: '#E0D55C'

red 224 ◦ green 213 ◦ blue 92

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

Shades of Manz #E0D55C

Tints of Manz #E0D55C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.26%

 BLUE value IS 92 (36.33% from 255) = 17.39%

R = 42.34%
G = 40.26%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0D55C (or 0xE0D55C) is known color: Manz. HEX triplet: E0, D5 and 5C. RGB value is (224,213,92). Sum of RGB (Red+Green+Blue) = 224+213+92=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D55C is #1F2AA3. Grayscale: #CACACA. Windows color (decimal): -2042532 or 6084064. OLE color: 6084064.

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

Color convert

RGB 224 213 92 -
CMYK 0 0.05 0.59 0.12
HSL 55º 0.68% 0.62% -
HSV(B) 55º 0.59% 0.88% -
XYZ 56.47 64.21 19.54 -
YUV 202.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 224 213 92 0 0.05 0.59 0.12 55 0.68 0.62
Hex E0 D5 5C 0 5 3B C 37 44 3E
Octal 340 325 134 0 5 73 14 67 104 76
Binary 11100000 11010101 1011100 0 101 111011 1100 110111 1000100 111110

Color Harmonies of #E0D55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D55C

Black with #E0D55C

Text Example


Text Example

White with #E0D55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D55C; }

 p { color: rgb(224,213,92); }

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

background-color css

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

 a { background-color: rgb(224,213,92); }

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

border-color css

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

 span { border-color: rgb(224,213,92); }

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