Html Css Color HEX #E0D760 Manz

📋 copy color: '#E0D760'

red 224 ◦ green 215 ◦ blue 96

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

Shades of Manz #E0D760

Tints of Manz #E0D760

RGB

 RED value IS 224 (87.89% from 255) = 41.87%

 GREEN value IS 215 (84.38% from 255) = 40.19%

 BLUE value IS 96 (37.89% from 255) = 17.94%

R = 41.87%
G = 40.19%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E0D760 (or 0xE0D760) is known color: Manz. HEX triplet: E0, D7 and 60. RGB value is (224,215,96). Sum of RGB (Red+Green+Blue) = 224+215+96=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D760 is #1F289F. Grayscale: #CCCCCC. Windows color (decimal): -2042016 or 6346720. OLE color: 6346720.

HSL color Cylindrical-coordinate representation of color #E0D760: hue angle of 55.78º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0D760 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 215 96 -
CMYK 0 0.04 0.57 0.12
HSL 55.78º 0.67% 0.63% -
HSV(B) 55.78º 0.57% 0.88% -
XYZ 57.15 65.29 20.66 -
YUV 204.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 224 215 96 0 0.04 0.57 0.12 55.78 0.67 0.63
Hex E0 D7 60 0 4 39 C 38 43 3F
Octal 340 327 140 0 4 71 14 70 103 77
Binary 11100000 11010111 1100000 0 100 111001 1100 111000 1000011 111111

Color Harmonies of #E0D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D760

Black with #E0D760

Text Example


Text Example

White with #E0D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D760; }

 p { color: rgb(224,215,96); }

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

background-color css

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

 a { background-color: rgb(224,215,96); }

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

border-color css

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

 span { border-color: rgb(224,215,96); }

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