#E0C6B5

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

Shades of Just Right #E0C6B5

Tints of Just Right #E0C6B5

Color information

#E0C6B5 (or 0xE0C6B5) is unknown color: approx Just Right. HEX triplet: E0, C6 and B5. RGB value is (224,198,181). Sum of RGB (Red+Green+Blue) = 224+198+181=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C6B5 is #1F394A. Grayscale: #CBCBCB. Windows color (decimal): -2046283 or 11912928. OLE color: 11912928.

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

Color convert

RGB224198181-
CMYK00.120.190.12
HSL23.72º40.95%79.41%-
HSV(B)23.72º19.2%87.84%-
XYZ59.2859.5752.09-
YUV203.84115.11142.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 198 (77.73% from 255) = 32.84%
BLUE value IS 181 (71.09% from 255) = 30.02%
R=37.15%
G=32.84%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419818100.120.190.1223.7240.9579.41
HexE0C6B50C13C18294f
Octal34030626501423143051117
Binary11100000110001101011010101100100111100110001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C6B5; }

 p { color: rgb(224,198,181); }

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

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

 a { background-color: rgb(224,198,181); }

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

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

 span { border-color: rgb(224,198,181); }

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