Html Css Color HEX #E8D64C Manz

📋 copy color: '#E8D64C'

red 232 ◦ green 214 ◦ blue 76

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

Shades of Manz #E8D64C

Tints of Manz #E8D64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

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

R = 44.44%
G = 41%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8D64C (or 0xE8D64C) is known color: Manz. HEX triplet: E8, D6 and 4C. RGB value is (232,214,76). Sum of RGB (Red+Green+Blue) = 232+214+76=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D64C is #1729B3. Grayscale: #CCCCCC. Windows color (decimal): -1518004 or 5035752. OLE color: 5035752.

HSL color Cylindrical-coordinate representation of color #E8D64C: hue angle of 53.08º 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 #E8D64C is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 214 76 -
CMYK 0 0.08 0.67 0.09
HSL 53.08º 0.77% 0.6% -
HSV(B) 53.08º 0.67% 0.91% -
XYZ 58.63 65.77 16.44 -
YUV 203.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 232 214 76 0 0.08 0.67 0.09 53.08 0.77 0.6
Hex E8 D6 4C 0 8 43 9 35 4D 3C
Octal 350 326 114 0 10 103 11 65 115 74
Binary 11101000 11010110 1001100 0 1000 1000011 1001 110101 1001101 111100

Color Harmonies of #E8D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D64C

Black with #E8D64C

Text Example


Text Example

White with #E8D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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