#E0BCA2

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

Shades of Just Right #E0BCA2

Tints of Just Right #E0BCA2

Color information

#E0BCA2 (or 0xE0BCA2) is unknown color: approx Just Right. HEX triplet: E0, BC and A2. RGB value is (224,188,162). Sum of RGB (Red+Green+Blue) = 224+188+162=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BCA2 is #1F435D. Grayscale: #C3C3C3. Windows color (decimal): -2048862 or 10665184. OLE color: 10665184.

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

Color convert

RGB224188162-
CMYK00.160.280.12
HSL25.16º50%75.69%-
HSV(B)25.16º27.68%87.84%-
XYZ55.2554.4241.78-
YUV195.8108.93148.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 162 (63.67% from 255) = 28.22%
R=39.02%
G=32.75%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418816200.160.280.1225.165075.69
HexE0BCA20101CC19324c
Octal34027424202034143162114
Binary111000001011110010100010010000111001100110011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCA2; }

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

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

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

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

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

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

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

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