Html Css Color HEX #E8D64F Manz

📋 copy color: '#E8D64F'

red 232 ◦ green 214 ◦ blue 79

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

Shades of Manz #E8D64F

Tints of Manz #E8D64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.05%

R = 44.19%
G = 40.76%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8D64F (or 0xE8D64F) is known color: Manz. HEX triplet: E8, D6 and 4F. RGB value is (232,214,79). Sum of RGB (Red+Green+Blue) = 232+214+79=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D64F is #1729B0. Grayscale: #CCCCCC. Windows color (decimal): -1518001 or 5232360. OLE color: 5232360.

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

Color convert

RGB 232 214 79 -
CMYK 0 0.08 0.66 0.09
HSL 52.94º 0.77% 0.61% -
HSV(B) 52.94º 0.66% 0.91% -
XYZ 58.74 65.81 17 -
YUV 203.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 232 214 79 0 0.08 0.66 0.09 52.94 0.77 0.61
Hex E8 D6 4F 0 8 42 9 35 4D 3D
Octal 350 326 117 0 10 102 11 65 115 75
Binary 11101000 11010110 1001111 0 1000 1000010 1001 110101 1001101 111101

Color Harmonies of #E8D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D64F

Black with #E8D64F

Text Example


Text Example

White with #E8D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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