Html Css Color HEX #E8D94C Manz

📋 copy color: '#E8D94C'

red 232 ◦ green 217 ◦ blue 76

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

Shades of Manz #E8D94C

Tints of Manz #E8D94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.48%

R = 44.19%
G = 41.33%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8D94C (or 0xE8D94C) is known color: Manz. HEX triplet: E8, D9 and 4C. RGB value is (232,217,76). Sum of RGB (Red+Green+Blue) = 232+217+76=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D94C is #1726B3. Grayscale: #CDCDCD. Windows color (decimal): -1517236 or 5036520. OLE color: 5036520.

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

Color convert

RGB 232 217 76 -
CMYK 0 0.06 0.67 0.09
HSL 54.23º 0.77% 0.6% -
HSV(B) 54.23º 0.67% 0.91% -
XYZ 59.4 67.3 16.7 -
YUV 205.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 232 217 76 0 0.06 0.67 0.09 54.23 0.77 0.6
Hex E8 D9 4C 0 6 43 9 36 4D 3C
Octal 350 331 114 0 6 103 11 66 115 74
Binary 11101000 11011001 1001100 0 110 1000011 1001 110110 1001101 111100

Color Harmonies of #E8D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D94C

Black with #E8D94C

Text Example


Text Example

White with #E8D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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