Html Css Color HEX #E2DB5D Manz

📋 copy color: '#E2DB5D'

red 226 ◦ green 219 ◦ blue 93

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

Shades of Manz #E2DB5D

Tints of Manz #E2DB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

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

R = 42.01%
G = 40.71%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2DB5D (or 0xE2DB5D) is known color: Manz. HEX triplet: E2, DB and 5D. RGB value is (226,219,93). Sum of RGB (Red+Green+Blue) = 226+219+93=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB5D is #1D24A2. Grayscale: #CFCFCF. Windows color (decimal): -1909923 or 6151138. OLE color: 6151138.

HSL color Cylindrical-coordinate representation of color #E2DB5D: hue angle of 56.84º 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 #E2DB5D is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 93 -
CMYK 0 0.03 0.59 0.11
HSL 56.84º 0.7% 0.63% -
HSV(B) 56.84º 0.59% 0.89% -
XYZ 58.67 67.62 20.32 -
YUV 206.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 226 219 93 0 0.03 0.59 0.11 56.84 0.7 0.63
Hex E2 DB 5D 0 3 3B B 39 46 3F
Octal 342 333 135 0 3 73 13 71 106 77
Binary 11100010 11011011 1011101 0 11 111011 1011 111001 1000110 111111

Color Harmonies of #E2DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB5D

Black with #E2DB5D

Text Example


Text Example

White with #E2DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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