Html Css Color HEX #E2D15D Manz

📋 copy color: '#E2D15D'

red 226 ◦ green 209 ◦ blue 93

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

Shades of Manz #E2D15D

Tints of Manz #E2D15D

RGB

 RED value IS 226 (88.67% from 255) = 42.8%

 GREEN value IS 209 (82.03% from 255) = 39.58%

 BLUE value IS 93 (36.72% from 255) = 17.61%

R = 42.8%
G = 39.58%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2D15D (or 0xE2D15D) is known color: Manz. HEX triplet: E2, D1 and 5D. RGB value is (226,209,93). Sum of RGB (Red+Green+Blue) = 226+209+93=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D15D is #1D2EA2. Grayscale: #C9C9C9. Windows color (decimal): -1912483 or 6148578. OLE color: 6148578.

HSL color Cylindrical-coordinate representation of color #E2D15D: hue angle of 52.33º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2D15D is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 209 93 -
CMYK 0 0.08 0.59 0.11
HSL 52.33º 0.7% 0.63% -
HSV(B) 52.33º 0.59% 0.89% -
XYZ 56.14 62.56 19.47 -
YUV 200.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 226 209 93 0 0.08 0.59 0.11 52.33 0.7 0.63
Hex E2 D1 5D 0 8 3B B 34 46 3F
Octal 342 321 135 0 10 73 13 64 106 77
Binary 11100010 11010001 1011101 0 1000 111011 1011 110100 1000110 111111

Color Harmonies of #E2D15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D15D

Black with #E2D15D

Text Example


Text Example

White with #E2D15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D15D; }

 p { color: rgb(226,209,93); }

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

background-color css

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

 a { background-color: rgb(226,209,93); }

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

border-color css

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

 span { border-color: rgb(226,209,93); }

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