#E1BCAD

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

Shades of Just Right #E1BCAD

Tints of Just Right #E1BCAD

Color information

#E1BCAD (or 0xE1BCAD) is unknown color: approx Just Right. HEX triplet: E1, BC and AD. RGB value is (225,188,173). Sum of RGB (Red+Green+Blue) = 225+188+173=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCAD is #1E4352. Grayscale: #C5C5C5. Windows color (decimal): -1983315 or 11386081. OLE color: 11386081.

HSL color Cylindrical-coordinate representation of color #E1BCAD: hue angle of 17.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BCAD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225188173-
CMYK00.160.230.12
HSL17.31º46.43%78.04%-
HSV(B)17.31º23.11%88.24%-
XYZ56.5854.9947.17-
YUV197.35114.26147.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=38.40%
G=32.08%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518817300.160.230.1217.3146.4378.04
HexE1BCAD01017C112e4e
Octal34127425502027142156116
Binary111000011011110010101101010000101111100100011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCAD; }

 p { color: rgb(225,188,173); }

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

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

 a { background-color: rgb(225,188,173); }

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

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

 span { border-color: rgb(225,188,173); }

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