Html Css Color HEX #E2DA52 Manz

📋 copy color: '#E2DA52'

red 226 ◦ green 218 ◦ blue 82

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

Shades of Manz #E2DA52

Tints of Manz #E2DA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.59%

R = 42.97%
G = 41.44%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E2DA52 (or 0xE2DA52) is known color: Manz. HEX triplet: E2, DA and 52. RGB value is (226,218,82). Sum of RGB (Red+Green+Blue) = 226+218+82=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA52 is #1D25AD. Grayscale: #CDCDCD. Windows color (decimal): -1910190 or 5429986. OLE color: 5429986.

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

Color convert

RGB 226 218 82 -
CMYK 0 0.04 0.64 0.11
HSL 56.67º 0.71% 0.6% -
HSV(B) 56.67º 0.64% 0.89% -
XYZ 57.96 66.92 17.84 -
YUV 204.89 58.65 143.06 -
System Red Green Blue C M Y K H S L
Decimal 226 218 82 0 0.04 0.64 0.11 56.67 0.71 0.6
Hex E2 DA 52 0 4 40 B 39 47 3C
Octal 342 332 122 0 4 100 13 71 107 74
Binary 11100010 11011010 1010010 0 100 1000000 1011 111001 1000111 111100

Color Harmonies of #E2DA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA52

Black with #E2DA52

Text Example


Text Example

White with #E2DA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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