Html Css Color HEX #E4DC5F Manz

📋 copy color: '#E4DC5F'

red 228 ◦ green 220 ◦ blue 95

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

Shades of Manz #E4DC5F

Tints of Manz #E4DC5F

RGB

 RED value IS 228 (89.45% from 255) = 41.99%

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

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

R = 41.99%
G = 40.52%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E4DC5F (or 0xE4DC5F) is known color: Manz. HEX triplet: E4, DC and 5F. RGB value is (228,220,95). Sum of RGB (Red+Green+Blue) = 228+220+95=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DC5F is #1B23A0. Grayscale: #D0D0D0. Windows color (decimal): -1778593 or 6282468. OLE color: 6282468.

HSL color Cylindrical-coordinate representation of color #E4DC5F: hue angle of 56.39º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4DC5F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 220 95 -
CMYK 0 0.04 0.58 0.11
HSL 56.39º 0.71% 0.63% -
HSV(B) 56.39º 0.58% 0.89% -
XYZ 59.65 68.51 20.91 -
YUV 208.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 228 220 95 0 0.04 0.58 0.11 56.39 0.71 0.63
Hex E4 DC 5F 0 4 3A B 38 47 3F
Octal 344 334 137 0 4 72 13 70 107 77
Binary 11100100 11011100 1011111 0 100 111010 1011 111000 1000111 111111

Color Harmonies of #E4DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DC5F

Black with #E4DC5F

Text Example


Text Example

White with #E4DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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