Html Css Color HEX #E2DFBE Loafer

📋 copy color: '#E2DFBE'

red 226 ◦ green 223 ◦ blue 190

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

Shades of Loafer #E2DFBE

Tints of Loafer #E2DFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.73%

R = 35.37%
G = 34.9%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2DFBE (or 0xE2DFBE) is known color: Loafer. HEX triplet: E2, DF and BE. RGB value is (226,223,190). Sum of RGB (Red+Green+Blue) = 226+223+190=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFBE is #1D2041. Grayscale: #DCDCDC. Windows color (decimal): -1908802 or 12509154. OLE color: 12509154.

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

Color convert

RGB 226 223 190 -
CMYK 0 0.01 0.16 0.11
HSL 55º 0.38% 0.82% -
HSV(B) 55º 0.16% 0.89% -
XYZ 67.05 72.66 59.21 -
YUV 220.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 226 223 190 0 0.01 0.16 0.11 55 0.38 0.82
Hex E2 DF BE 0 1 10 B 37 26 52
Octal 342 337 276 0 1 20 13 67 46 122
Binary 11100010 11011111 10111110 0 1 10000 1011 110111 100110 1010010

Color Harmonies of #E2DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFBE

Black with #E2DFBE

Text Example


Text Example

White with #E2DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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