#E0C3B4

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

Shades of Just Right #E0C3B4

Tints of Just Right #E0C3B4

Color information

#E0C3B4 (or 0xE0C3B4) is unknown color: approx Just Right. HEX triplet: E0, C3 and B4. RGB value is (224,195,180). Sum of RGB (Red+Green+Blue) = 224+195+180=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C3B4 is #1F3C4B. Grayscale: #CACACA. Windows color (decimal): -2047052 or 11846624. OLE color: 11846624.

HSL color Cylindrical-coordinate representation of color #E0C3B4: hue angle of 20.45º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0C3B4 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224195180-
CMYK00.130.200.12
HSL20.45º41.51%79.22%-
HSV(B)20.45º19.64%87.84%-
XYZ58.4958.1751.33-
YUV201.96115.61143.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 195 (76.56% from 255) = 32.55%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=37.40%
G=32.55%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419518000.130.200.1220.4541.5179.22
HexE0C3B40D14C142a4f
Octal34030326401524142452117
Binary11100000110000111011010001101101001100101001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3B4; }

 p { color: rgb(224,195,180); }

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

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

 a { background-color: rgb(224,195,180); }

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

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

 span { border-color: rgb(224,195,180); }

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