Html Css Color HEX #E2DD60 Manz

📋 copy color: '#E2DD60'

red 226 ◦ green 221 ◦ blue 96

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

Shades of Manz #E2DD60

Tints of Manz #E2DD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.68%

R = 41.62%
G = 40.7%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2DD60 (or 0xE2DD60) is known color: Manz. HEX triplet: E2, DD and 60. RGB value is (226,221,96). Sum of RGB (Red+Green+Blue) = 226+221+96=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD60 is #1D229F. Grayscale: #D0D0D0. Windows color (decimal): -1909408 or 6348258. OLE color: 6348258.

HSL color Cylindrical-coordinate representation of color #E2DD60: hue angle of 57.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2DD60 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 96 -
CMYK 0 0.02 0.58 0.11
HSL 57.69º 0.69% 0.63% -
HSV(B) 57.69º 0.58% 0.89% -
XYZ 59.33 68.73 21.2 -
YUV 208.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 226 221 96 0 0.02 0.58 0.11 57.69 0.69 0.63
Hex E2 DD 60 0 2 3A B 3A 45 3F
Octal 342 335 140 0 2 72 13 72 105 77
Binary 11100010 11011101 1100000 0 10 111010 1011 111010 1000101 111111

Color Harmonies of #E2DD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD60

Black with #E2DD60

Text Example


Text Example

White with #E2DD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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