Html Css Color HEX #E5DC5F Manz

📋 copy color: '#E5DC5F'

red 229 ◦ green 220 ◦ blue 95

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

Shades of Manz #E5DC5F

Tints of Manz #E5DC5F

RGB

 RED value IS 229 (89.84% from 255) = 42.1%

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 42.1%
G = 40.44%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5DC5F (or 0xE5DC5F) is known color: Manz. HEX triplet: E5, DC and 5F. RGB value is (229,220,95). Sum of RGB (Red+Green+Blue) = 229+220+95=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC5F is #1A23A0. Grayscale: #D0D0D0. Windows color (decimal): -1713057 or 6282469. OLE color: 6282469.

HSL color Cylindrical-coordinate representation of color #E5DC5F: hue angle of 55.97º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5DC5F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 95 -
CMYK 0 0.04 0.59 0.10
HSL 55.97º 0.72% 0.64% -
HSV(B) 55.97º 0.59% 0.9% -
XYZ 59.97 68.67 20.92 -
YUV 208.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 229 220 95 0 0.04 0.59 0.10 55.97 0.72 0.64
Hex E5 DC 5F 0 4 3B A 38 48 40
Octal 345 334 137 0 4 73 12 70 110 100
Binary 11100101 11011100 1011111 0 100 111011 1010 111000 1001000 1000000

Color Harmonies of #E5DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC5F

Black with #E5DC5F

Text Example


Text Example

White with #E5DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC5F; }

 p { color: rgb(229,220,95); }

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

background-color css

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

 a { background-color: rgb(229,220,95); }

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

border-color css

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

 span { border-color: rgb(229,220,95); }

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