#E2BDAC

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

Shades of Just Right #E2BDAC

Tints of Just Right #E2BDAC

Color information

#E2BDAC (or 0xE2BDAC) is unknown color: approx Just Right. HEX triplet: E2, BD and AC. RGB value is (226,189,172). Sum of RGB (Red+Green+Blue) = 226+189+172=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BDAC is #1D4253. Grayscale: #C6C6C6. Windows color (decimal): -1917524 or 11320802. OLE color: 11320802.

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

Color convert

RGB226189172-
CMYK00.160.240.11
HSL18.89º48.21%78.04%-
HSV(B)18.89º23.89%88.63%-
XYZ57.0155.5446.75-
YUV198.12113.26147.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=38.50%
G=32.20%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618917200.160.240.1118.8948.2178.04
HexE2BDAC01018B13304e
Octal34227525402030132360116
Binary111000101011110110101100010000110001011100111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BDAC; }

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

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

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

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

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

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

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

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