#E0BCAD

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

Shades of Just Right #E0BCAD

Tints of Just Right #E0BCAD

Color information

#E0BCAD (or 0xE0BCAD) is unknown color: approx Just Right. HEX triplet: E0, BC and AD. RGB value is (224,188,173). Sum of RGB (Red+Green+Blue) = 224+188+173=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BCAD is #1F4352. Grayscale: #C5C5C5. Windows color (decimal): -2048851 or 11386080. OLE color: 11386080.

HSL color Cylindrical-coordinate representation of color #E0BCAD: hue angle of 17.65º degrees, saturation: 0.45, 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 #E0BCAD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224188173-
CMYK00.160.230.12
HSL17.65º45.13%77.84%-
HSV(B)17.65º22.77%87.84%-
XYZ56.2754.8347.15-
YUV197.05114.43147.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=38.29%
G=32.14%
B=29.57%

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
Decimal22418817300.160.230.1217.6545.1377.84
HexE0BCAD01017C122d4e
Octal34027425502027142255116
Binary111000001011110010101101010000101111100100101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCAD; }

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

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

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

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

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

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

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

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