Html Css Color HEX #E8DC5A Manz

📋 copy color: '#E8DC5A'

red 232 ◦ green 220 ◦ blue 90

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

Shades of Manz #E8DC5A

Tints of Manz #E8DC5A

RGB

 RED value IS 232 (91.02% from 255) = 42.8%

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

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

R = 42.8%
G = 40.59%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8DC5A (or 0xE8DC5A) is known color: Manz. HEX triplet: E8, DC and 5A. RGB value is (232,220,90). Sum of RGB (Red+Green+Blue) = 232+220+90=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC5A is #1723A5. Grayscale: #D1D1D1. Windows color (decimal): -1516454 or 5954792. OLE color: 5954792.

HSL color Cylindrical-coordinate representation of color #E8DC5A: hue angle of 54.93º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8DC5A is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 90 -
CMYK 0 0.05 0.61 0.09
HSL 54.93º 0.76% 0.63% -
HSV(B) 54.93º 0.61% 0.91% -
XYZ 60.72 69.08 19.81 -
YUV 208.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 232 220 90 0 0.05 0.61 0.09 54.93 0.76 0.63
Hex E8 DC 5A 0 5 3D 9 37 4C 3F
Octal 350 334 132 0 5 75 11 67 114 77
Binary 11101000 11011100 1011010 0 101 111101 1001 110111 1001100 111111

Color Harmonies of #E8DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC5A

Black with #E8DC5A

Text Example


Text Example

White with #E8DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC5A; }

 p { color: rgb(232,220,90); }

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

background-color css

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

 a { background-color: rgb(232,220,90); }

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

border-color css

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

 span { border-color: rgb(232,220,90); }

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