Html Css Color HEX #E0D05A Manz

📋 copy color: '#E0D05A'

red 224 ◦ green 208 ◦ blue 90

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

Shades of Manz #E0D05A

Tints of Manz #E0D05A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 90 (35.55% from 255) = 17.24%

R = 42.91%
G = 39.85%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0D05A (or 0xE0D05A) is known color: Manz. HEX triplet: E0, D0 and 5A. RGB value is (224,208,90). Sum of RGB (Red+Green+Blue) = 224+208+90=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D05A is #1F2FA5. Grayscale: #C7C7C7. Windows color (decimal): -2043814 or 5951712. OLE color: 5951712.

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

Color convert

RGB 224 208 90 -
CMYK 0 0.07 0.60 0.12
HSL 52.84º 0.68% 0.62% -
HSV(B) 52.84º 0.6% 0.88% -
XYZ 55.14 61.7 18.68 -
YUV 199.33 66.3 145.59 -
System Red Green Blue C M Y K H S L
Decimal 224 208 90 0 0.07 0.60 0.12 52.84 0.68 0.62
Hex E0 D0 5A 0 7 3C C 35 44 3E
Octal 340 320 132 0 7 74 14 65 104 76
Binary 11100000 11010000 1011010 0 111 111100 1100 110101 1000100 111110

Color Harmonies of #E0D05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D05A

Black with #E0D05A

Text Example


Text Example

White with #E0D05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D05A; }

 p { color: rgb(224,208,90); }

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

background-color css

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

 a { background-color: rgb(224,208,90); }

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

border-color css

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

 span { border-color: rgb(224,208,90); }

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