Html Css Color HEX #E8D95E Manz

📋 copy color: '#E8D95E'

red 232 ◦ green 217 ◦ blue 94

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

Shades of Manz #E8D95E

Tints of Manz #E8D95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.31%

R = 42.73%
G = 39.96%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8D95E (or 0xE8D95E) is known color: Manz. HEX triplet: E8, D9 and 5E. RGB value is (232,217,94). Sum of RGB (Red+Green+Blue) = 232+217+94=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D95E is #1726A1. Grayscale: #CFCFCF. Windows color (decimal): -1517218 or 6216168. OLE color: 6216168.

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

Color convert

RGB 232 217 94 -
CMYK 0 0.06 0.59 0.09
HSL 53.48º 0.75% 0.64% -
HSV(B) 53.48º 0.59% 0.91% -
XYZ 60.11 67.59 20.47 -
YUV 207.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 232 217 94 0 0.06 0.59 0.09 53.48 0.75 0.64
Hex E8 D9 5E 0 6 3B 9 35 4B 40
Octal 350 331 136 0 6 73 11 65 113 100
Binary 11101000 11011001 1011110 0 110 111011 1001 110101 1001011 1000000

Color Harmonies of #E8D95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D95E

Black with #E8D95E

Text Example


Text Example

White with #E8D95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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