#E5BDA2

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

Shades of Just Right #E5BDA2

Tints of Just Right #E5BDA2

Color information

#E5BDA2 (or 0xE5BDA2) is unknown color: approx Just Right. HEX triplet: E5, BD and A2. RGB value is (229,189,162). Sum of RGB (Red+Green+Blue) = 229+189+162=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BDA2 is #1A425D. Grayscale: #C6C6C6. Windows color (decimal): -1720926 or 10665445. OLE color: 10665445.

HSL color Cylindrical-coordinate representation of color #E5BDA2: hue angle of 24.18º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5BDA2 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB229189162-
CMYK00.170.290.10
HSL24.18º56.3%76.67%-
HSV(B)24.18º29.26%89.8%-
XYZ57.0355.6641.92-
YUV197.88107.75150.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.48%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 162 (63.67% from 255) = 27.93%
R=39.48%
G=32.59%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918916200.170.290.1024.1856.376.67
HexE5BDA20111DA18384d
Octal34527524202135123070115
Binary111001011011110110100010010001111011010110001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDA2; }

 p { color: rgb(229,189,162); }

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

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

 a { background-color: rgb(229,189,162); }

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

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

 span { border-color: rgb(229,189,162); }

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