Html Css Color HEX #E2DF5D Manz

📋 copy color: '#E2DF5D'

red 226 ◦ green 223 ◦ blue 93

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

Shades of Manz #E2DF5D

Tints of Manz #E2DF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.14%

 BLUE value IS 93 (36.72% from 255) = 17.16%

R = 41.7%
G = 41.14%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2DF5D (or 0xE2DF5D) is known color: Manz. HEX triplet: E2, DF and 5D. RGB value is (226,223,93). Sum of RGB (Red+Green+Blue) = 226+223+93=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF5D is #1D20A2. Grayscale: #D1D1D1. Windows color (decimal): -1908899 or 6152162. OLE color: 6152162.

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

Color convert

RGB 226 223 93 -
CMYK 0 0.01 0.59 0.11
HSL 58.65º 0.7% 0.63% -
HSV(B) 58.65º 0.59% 0.89% -
XYZ 59.73 69.73 20.67 -
YUV 209.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 226 223 93 0 0.01 0.59 0.11 58.65 0.7 0.63
Hex E2 DF 5D 0 1 3B B 3B 46 3F
Octal 342 337 135 0 1 73 13 73 106 77
Binary 11100010 11011111 1011101 0 1 111011 1011 111011 1000110 111111

Color Harmonies of #E2DF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF5D

Black with #E2DF5D

Text Example


Text Example

White with #E2DF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF5D; }

 p { color: rgb(226,223,93); }

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

background-color css

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

 a { background-color: rgb(226,223,93); }

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

border-color css

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

 span { border-color: rgb(226,223,93); }

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