#FFE5B0

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

Shades of Moccasin #FFE5B0

Tints of Moccasin #FFE5B0

Color information

#FFE5B0 (or 0xFFE5B0) is unknown color: approx Moccasin. HEX triplet: FF, E5 and B0. RGB value is (255,229,176). Sum of RGB (Red+Green+Blue) = 255+229+176=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 176 (69.14% from 255 or 26.67% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5B0 is #001A4F. Grayscale: #E6E6E6. Windows color (decimal): -6736 or 11593215. OLE color: 11593215.

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

Color convert

RGB255229176-
CMYK00.100.310
HSL40.25º100%84.51%-
HSV(B)40.25º30.98%100%-
XYZ77.180.4352.54-
YUV230.7397.11145.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 229 (89.84% from 255) = 34.70%
BLUE value IS 176 (69.14% from 255) = 26.67%
R=38.64%
G=34.70%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522917600.100.31040.2510084.51
HexFFE5B00A1F0286455
Octal37734526001237050144125
Binary1111111111100101101100000101011111010100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5B0; }

 p { color: rgb(255,229,176); }

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

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

 a { background-color: rgb(255,229,176); }

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

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

 span { border-color: rgb(255,229,176); }

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