Html Css Color HEX #E8D950 Manz

📋 copy color: '#E8D950'

red 232 ◦ green 217 ◦ blue 80

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

Shades of Manz #E8D950

Tints of Manz #E8D950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.12%

R = 43.86%
G = 41.02%
B = 15.12%

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

#E8D950 (or 0xE8D950) is known color: Manz. HEX triplet: E8, D9 and 50. RGB value is (232,217,80). Sum of RGB (Red+Green+Blue) = 232+217+80=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D950 is #1726AF. Grayscale: #CECECE. Windows color (decimal): -1517232 or 5298664. OLE color: 5298664.

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

Color convert

RGB 232 217 80 -
CMYK 0 0.06 0.66 0.09
HSL 54.08º 0.77% 0.61% -
HSV(B) 54.08º 0.66% 0.91% -
XYZ 59.54 67.36 17.45 -
YUV 205.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 232 217 80 0 0.06 0.66 0.09 54.08 0.77 0.61
Hex E8 D9 50 0 6 42 9 36 4D 3D
Octal 350 331 120 0 6 102 11 66 115 75
Binary 11101000 11011001 1010000 0 110 1000010 1001 110110 1001101 111101

Color Harmonies of #E8D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D950

Black with #E8D950

Text Example


Text Example

White with #E8D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D950; }

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

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

background-color css

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

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

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

border-color css

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

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

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