Html Css Color HEX #E8D94E Manz

📋 copy color: '#E8D94E'

red 232 ◦ green 217 ◦ blue 78

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

Shades of Manz #E8D94E

Tints of Manz #E8D94E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.18%

 BLUE value IS 78 (30.86% from 255) = 14.8%

R = 44.02%
G = 41.18%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8D94E (or 0xE8D94E) is known color: Manz. HEX triplet: E8, D9 and 4E. RGB value is (232,217,78). Sum of RGB (Red+Green+Blue) = 232+217+78=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D94E is #1726B1. Grayscale: #CECECE. Windows color (decimal): -1517234 or 5167592. OLE color: 5167592.

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

Color convert

RGB 232 217 78 -
CMYK 0 0.06 0.66 0.09
HSL 54.16º 0.77% 0.61% -
HSV(B) 54.16º 0.66% 0.91% -
XYZ 59.47 67.33 17.07 -
YUV 205.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 232 217 78 0 0.06 0.66 0.09 54.16 0.77 0.61
Hex E8 D9 4E 0 6 42 9 36 4D 3D
Octal 350 331 116 0 6 102 11 66 115 75
Binary 11101000 11011001 1001110 0 110 1000010 1001 110110 1001101 111101

Color Harmonies of #E8D94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D94E

Black with #E8D94E

Text Example


Text Example

White with #E8D94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D94E; }

 p { color: rgb(232,217,78); }

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

background-color css

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

 a { background-color: rgb(232,217,78); }

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

border-color css

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

 span { border-color: rgb(232,217,78); }

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