Html Css Color HEX #E2DA48 Manz

📋 copy color: '#E2DA48'

red 226 ◦ green 218 ◦ blue 72

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

Shades of Manz #E2DA48

Tints of Manz #E2DA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.25%

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

R = 43.8%
G = 42.25%
B = 13.95%

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

#E2DA48 (or 0xE2DA48) is known color: Manz. HEX triplet: E2, DA and 48. RGB value is (226,218,72). Sum of RGB (Red+Green+Blue) = 226+218+72=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA48 is #1D25B7. Grayscale: #CCCCCC. Windows color (decimal): -1910200 or 4774626. OLE color: 4774626.

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

Color convert

RGB 226 218 72 -
CMYK 0 0.04 0.68 0.11
HSL 56.88º 0.73% 0.58% -
HSV(B) 56.88º 0.68% 0.89% -
XYZ 57.61 66.78 15.98 -
YUV 203.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 226 218 72 0 0.04 0.68 0.11 56.88 0.73 0.58
Hex E2 DA 48 0 4 44 B 39 49 3A
Octal 342 332 110 0 4 104 13 71 111 72
Binary 11100010 11011010 1001000 0 100 1000100 1011 111001 1001001 111010

Color Harmonies of #E2DA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA48

Black with #E2DA48

Text Example


Text Example

White with #E2DA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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