Html Css Color HEX #E0D05F Manz

📋 copy color: '#E0D05F'

red 224 ◦ green 208 ◦ blue 95

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

Shades of Manz #E0D05F

Tints of Manz #E0D05F

RGB

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

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

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

R = 42.5%
G = 39.47%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0D05F (or 0xE0D05F) is known color: Manz. HEX triplet: E0, D0 and 5F. RGB value is (224,208,95). Sum of RGB (Red+Green+Blue) = 224+208+95=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D05F is #1F2FA0. Grayscale: #C8C8C8. Windows color (decimal): -2043809 or 6279392. OLE color: 6279392.

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

Color convert

RGB 224 208 95 -
CMYK 0 0.07 0.58 0.12
HSL 52.56º 0.68% 0.63% -
HSV(B) 52.56º 0.58% 0.88% -
XYZ 55.36 61.79 19.83 -
YUV 199.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 224 208 95 0 0.07 0.58 0.12 52.56 0.68 0.63
Hex E0 D0 5F 0 7 3A C 35 44 3F
Octal 340 320 137 0 7 72 14 65 104 77
Binary 11100000 11010000 1011111 0 111 111010 1100 110101 1000100 111111

Color Harmonies of #E0D05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D05F

Black with #E0D05F

Text Example


Text Example

White with #E0D05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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