#E0C2B4

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

Shades of Just Right #E0C2B4

Tints of Just Right #E0C2B4

Color information

#E0C2B4 (or 0xE0C2B4) is unknown color: approx Just Right. HEX triplet: E0, C2 and B4. RGB value is (224,194,180). Sum of RGB (Red+Green+Blue) = 224+194+180=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C2B4 is #1F3D4B. Grayscale: #C9C9C9. Windows color (decimal): -2047308 or 11846368. OLE color: 11846368.

HSL color Cylindrical-coordinate representation of color #E0C2B4: hue angle of 19.09º 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 #E0C2B4 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224194180-
CMYK00.130.200.12
HSL19.09º41.51%79.22%-
HSV(B)19.09º19.64%87.84%-
XYZ58.2757.7351.25-
YUV201.37115.94144.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 194 (76.17% from 255) = 32.44%
BLUE value IS 180 (70.70% from 255) = 30.10%
R=37.46%
G=32.44%
B=30.10%

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
Decimal22419418000.130.200.1219.0941.5179.22
HexE0C2B40D14C132a4f
Octal34030226401524142352117
Binary11100000110000101011010001101101001100100111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C2B4; }

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

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

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

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

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

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

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

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