Html Css Color HEX #E2D948 Manz

📋 copy color: '#E2D948'

red 226 ◦ green 217 ◦ blue 72

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

Shades of Manz #E2D948

Tints of Manz #E2D948

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.14%

 BLUE value IS 72 (28.52% from 255) = 13.98%

R = 43.88%
G = 42.14%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E2D948 (or 0xE2D948) is known color: Manz. HEX triplet: E2, D9 and 48. RGB value is (226,217,72). Sum of RGB (Red+Green+Blue) = 226+217+72=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D948 is #1D26B7. Grayscale: #CBCBCB. Windows color (decimal): -1910456 or 4774370. OLE color: 4774370.

HSL color Cylindrical-coordinate representation of color #E2D948: hue angle of 56.49º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2D948 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 217 72 -
CMYK 0 0.04 0.68 0.11
HSL 56.49º 0.73% 0.58% -
HSV(B) 56.49º 0.68% 0.89% -
XYZ 57.35 66.26 15.9 -
YUV 203.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 226 217 72 0 0.04 0.68 0.11 56.49 0.73 0.58
Hex E2 D9 48 0 4 44 B 38 49 3A
Octal 342 331 110 0 4 104 13 70 111 72
Binary 11100010 11011001 1001000 0 100 1000100 1011 111000 1001001 111010

Color Harmonies of #E2D948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D948

Black with #E2D948

Text Example


Text Example

White with #E2D948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D948; }

 p { color: rgb(226,217,72); }

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

background-color css

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

 a { background-color: rgb(226,217,72); }

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

border-color css

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

 span { border-color: rgb(226,217,72); }

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