Html Css Color HEX #E2DD4B Manz

📋 copy color: '#E2DD4B'

red 226 ◦ green 221 ◦ blue 75

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

Shades of Manz #E2DD4B

Tints of Manz #E2DD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

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

R = 43.3%
G = 42.34%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2DD4B (or 0xE2DD4B) is known color: Manz. HEX triplet: E2, DD and 4B. RGB value is (226,221,75). Sum of RGB (Red+Green+Blue) = 226+221+75=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD4B is #1D22B4. Grayscale: #CECECE. Windows color (decimal): -1909429 or 4972002. OLE color: 4972002.

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

Color convert

RGB 226 221 75 -
CMYK 0 0.02 0.67 0.11
HSL 58.01º 0.72% 0.59% -
HSV(B) 58.01º 0.67% 0.89% -
XYZ 58.49 68.39 16.77 -
YUV 205.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 226 221 75 0 0.02 0.67 0.11 58.01 0.72 0.59
Hex E2 DD 4B 0 2 43 B 3A 48 3B
Octal 342 335 113 0 2 103 13 72 110 73
Binary 11100010 11011101 1001011 0 10 1000011 1011 111010 1001000 111011

Color Harmonies of #E2DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD4B

Black with #E2DD4B

Text Example


Text Example

White with #E2DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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