#E2BFAE

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

Shades of Just Right #E2BFAE

Tints of Just Right #E2BFAE

Color information

#E2BFAE (or 0xE2BFAE) is unknown color: approx Just Right. HEX triplet: E2, BF and AE. RGB value is (226,191,174). Sum of RGB (Red+Green+Blue) = 226+191+174=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BFAE is #1D4051. Grayscale: #C7C7C7. Windows color (decimal): -1917010 or 11452386. OLE color: 11452386.

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

Color convert

RGB226191174-
CMYK00.150.230.11
HSL19.62º47.27%78.43%-
HSV(B)19.62º23.01%88.63%-
XYZ57.6356.4947.91-
YUV199.53113.6146.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=38.24%
G=32.32%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619117400.150.230.1119.6247.2778.43
HexE2BFAE0F17B142f4e
Octal34227725601727132457116
Binary11100010101111111010111001111101111011101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFAE; }

 p { color: rgb(226,191,174); }

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

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

 a { background-color: rgb(226,191,174); }

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

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

 span { border-color: rgb(226,191,174); }

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