#E0BCA5

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

Shades of Just Right #E0BCA5

Tints of Just Right #E0BCA5

Color information

#E0BCA5 (or 0xE0BCA5) is unknown color: approx Just Right. HEX triplet: E0, BC and A5. RGB value is (224,188,165). Sum of RGB (Red+Green+Blue) = 224+188+165=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BCA5 is #1F435A. Grayscale: #C4C4C4. Windows color (decimal): -2048859 or 10861792. OLE color: 10861792.

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

Color convert

RGB224188165-
CMYK00.160.260.12
HSL23.39º48.76%76.27%-
HSV(B)23.39º26.34%87.84%-
XYZ55.5254.5343.2-
YUV196.14110.43147.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 165 (64.84% from 255) = 28.60%
R=38.82%
G=32.58%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418816500.160.260.1223.3948.7676.27
HexE0BCA50101AC17314c
Octal34027424502032142761114
Binary111000001011110010100101010000110101100101111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCA5; }

 p { color: rgb(224,188,165); }

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

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

 a { background-color: rgb(224,188,165); }

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

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

 span { border-color: rgb(224,188,165); }

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