Html Css Color HEX #E2DA4B Manz

📋 copy color: '#E2DA4B'

red 226 ◦ green 218 ◦ blue 75

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

Shades of Manz #E2DA4B

Tints of Manz #E2DA4B

RGB

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

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

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

R = 43.55%
G = 42%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2DA4B (or 0xE2DA4B) is known color: Manz. HEX triplet: E2, DA and 4B. RGB value is (226,218,75). Sum of RGB (Red+Green+Blue) = 226+218+75=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA4B is #1D25B4. Grayscale: #CCCCCC. Windows color (decimal): -1910197 or 4971234. OLE color: 4971234.

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

Color convert

RGB 226 218 75 -
CMYK 0 0.04 0.67 0.11
HSL 56.82º 0.72% 0.59% -
HSV(B) 56.82º 0.67% 0.89% -
XYZ 57.71 66.82 16.51 -
YUV 204.09 55.15 143.63 -
System Red Green Blue C M Y K H S L
Decimal 226 218 75 0 0.04 0.67 0.11 56.82 0.72 0.59
Hex E2 DA 4B 0 4 43 B 39 48 3B
Octal 342 332 113 0 4 103 13 71 110 73
Binary 11100010 11011010 1001011 0 100 1000011 1011 111001 1001000 111011

Color Harmonies of #E2DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA4B

Black with #E2DA4B

Text Example


Text Example

White with #E2DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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