Html Css Color HEX #E8D84A Manz

📋 copy color: '#E8D84A'

red 232 ◦ green 216 ◦ blue 74

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

Shades of Manz #E8D84A

Tints of Manz #E8D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 74 (29.3% from 255) = 14.18%

R = 44.44%
G = 41.38%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8D84A (or 0xE8D84A) is known color: Manz. HEX triplet: E8, D8 and 4A. RGB value is (232,216,74). Sum of RGB (Red+Green+Blue) = 232+216+74=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D84A is #1727B5. Grayscale: #CDCDCD. Windows color (decimal): -1517494 or 4905192. OLE color: 4905192.

HSL color Cylindrical-coordinate representation of color #E8D84A: hue angle of 53.92º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8D84A is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 216 74 -
CMYK 0 0.07 0.68 0.09
HSL 53.92º 0.77% 0.6% -
HSV(B) 53.92º 0.68% 0.91% -
XYZ 59.07 66.76 16.25 -
YUV 204.6 54.3 147.55 -
System Red Green Blue C M Y K H S L
Decimal 232 216 74 0 0.07 0.68 0.09 53.92 0.77 0.6
Hex E8 D8 4A 0 7 44 9 36 4D 3C
Octal 350 330 112 0 7 104 11 66 115 74
Binary 11101000 11011000 1001010 0 111 1000100 1001 110110 1001101 111100

Color Harmonies of #E8D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D84A

Black with #E8D84A

Text Example


Text Example

White with #E8D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D84A; }

 p { color: rgb(232,216,74); }

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

background-color css

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

 a { background-color: rgb(232,216,74); }

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

border-color css

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

 span { border-color: rgb(232,216,74); }

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