Html Css Color HEX #E2DF48 Manz

📋 copy color: '#E2DF48'

red 226 ◦ green 223 ◦ blue 72

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

Shades of Manz #E2DF48

Tints of Manz #E2DF48

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

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

R = 43.38%
G = 42.8%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E2DF48 (or 0xE2DF48) is known color: Manz. HEX triplet: E2, DF and 48. RGB value is (226,223,72). Sum of RGB (Red+Green+Blue) = 226+223+72=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF48 is #1D20B7. Grayscale: #CFCFCF. Windows color (decimal): -1908920 or 4775906. OLE color: 4775906.

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

Color convert

RGB 226 223 72 -
CMYK 0 0.01 0.68 0.11
HSL 58.83º 0.73% 0.58% -
HSV(B) 58.83º 0.68% 0.89% -
XYZ 58.92 69.41 16.42 -
YUV 206.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 226 223 72 0 0.01 0.68 0.11 58.83 0.73 0.58
Hex E2 DF 48 0 1 44 B 3B 49 3A
Octal 342 337 110 0 1 104 13 73 111 72
Binary 11100010 11011111 1001000 0 1 1000100 1011 111011 1001001 111010

Color Harmonies of #E2DF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF48

Black with #E2DF48

Text Example


Text Example

White with #E2DF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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