Html Css Color HEX #E2DB4D Manz

📋 copy color: '#E2DB4D'

red 226 ◦ green 219 ◦ blue 77

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

Shades of Manz #E2DB4D

Tints of Manz #E2DB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.75%

R = 43.3%
G = 41.95%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2DB4D (or 0xE2DB4D) is known color: Manz. HEX triplet: E2, DB and 4D. RGB value is (226,219,77). Sum of RGB (Red+Green+Blue) = 226+219+77=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB4D is #1D24B2. Grayscale: #CDCDCD. Windows color (decimal): -1909939 or 5102562. OLE color: 5102562.

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

Color convert

RGB 226 219 77 -
CMYK 0 0.03 0.66 0.11
HSL 57.18º 0.72% 0.59% -
HSV(B) 57.18º 0.66% 0.89% -
XYZ 58.04 67.37 16.97 -
YUV 204.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 226 219 77 0 0.03 0.66 0.11 57.18 0.72 0.59
Hex E2 DB 4D 0 3 42 B 39 48 3B
Octal 342 333 115 0 3 102 13 71 110 73
Binary 11100010 11011011 1001101 0 11 1000010 1011 111001 1001000 111011

Color Harmonies of #E2DB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB4D

Black with #E2DB4D

Text Example


Text Example

White with #E2DB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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