Html Css Color HEX #E2DB4B Manz

📋 copy color: '#E2DB4B'

red 226 ◦ green 219 ◦ blue 75

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

Shades of Manz #E2DB4B

Tints of Manz #E2DB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.42%

R = 43.46%
G = 42.12%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2DB4B (or 0xE2DB4B) is known color: Manz. HEX triplet: E2, DB and 4B. RGB value is (226,219,75). Sum of RGB (Red+Green+Blue) = 226+219+75=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB4B is #1D24B4. Grayscale: #CDCDCD. Windows color (decimal): -1909941 or 4971490. OLE color: 4971490.

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

Color convert

RGB 226 219 75 -
CMYK 0 0.03 0.67 0.11
HSL 57.22º 0.72% 0.59% -
HSV(B) 57.22º 0.67% 0.89% -
XYZ 57.97 67.34 16.6 -
YUV 204.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 226 219 75 0 0.03 0.67 0.11 57.22 0.72 0.59
Hex E2 DB 4B 0 3 43 B 39 48 3B
Octal 342 333 113 0 3 103 13 71 110 73
Binary 11100010 11011011 1001011 0 11 1000011 1011 111001 1001000 111011

Color Harmonies of #E2DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB4B

Black with #E2DB4B

Text Example


Text Example

White with #E2DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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