#e2bdaa

Color #E2BDAA Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #E2BDAA

Tints of Just Right #E2BDAA

Color information

#E2BDAA (or 0xE2BDAA) is unknown color: approx Just Right. HEX triplet: E2, BD and AA. RGB value is (226,189,170). Sum of RGB (Red+Green+Blue) = 226+189+170=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BDAA is #1D4255. Grayscale: #C6C6C6. Windows color (decimal): -1917526 or 11189730. OLE color: 11189730.

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

Color convert

RGB226189170-
CMYK00.160.250.11
HSL20.36º49.12%77.65%-
HSV(B)20.36º24.78%88.63%-
XYZ56.8255.4745.74-
YUV197.9112.26148.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=38.63%
G=32.31%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618917000.160.250.1120.3649.1277.65
HexE2BDAA01019B14314e
Octal34227525202031132461116
Binary111000101011110110101010010000110011011101001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2bdaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2bdaa; }

 p { color: rgb(226,189,170); }

 H1.HeaderClassName
 {
   color: #e2bdaa;
 }
 .AnyTagClassName
 {
   color: #e2bdaa;
 }
</style>
background-color css

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

 a { background-color: rgb(226,189,170); }

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

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

 span { border-color: rgb(226,189,170); }

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