#FFE7BA

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

Shades of Moccasin #FFE7BA

Tints of Moccasin #FFE7BA

Color information

#FFE7BA (or 0xFFE7BA) is unknown color: approx Moccasin. HEX triplet: FF, E7 and BA. RGB value is (255,231,186). Sum of RGB (Red+Green+Blue) = 255+231+186=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7BA is #001845. Grayscale: #E9E9E9. Windows color (decimal): -6214 or 12249087. OLE color: 12249087.

HSL color Cylindrical-coordinate representation of color #FFE7BA: hue angle of 39.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFE7BA is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255231186-
CMYK00.090.270
HSL39.13º100%86.47%-
HSV(B)39.13º27.06%100%-
XYZ78.6881.9658.13-
YUV233.05101.45143.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 186 (73.05% from 255) = 27.68%
R=37.95%
G=34.38%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523118600.090.27039.1310086.47
HexFFE7BA091B0276456
Octal37734727201133047144126
Binary1111111111100111101110100100111011010011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7BA; }

 p { color: rgb(255,231,186); }

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

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

 a { background-color: rgb(255,231,186); }

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

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

 span { border-color: rgb(255,231,186); }

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