#FFE0BA

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

Shades of Sandy Beach #FFE0BA

Tints of Sandy Beach #FFE0BA

Color information

#FFE0BA (or 0xFFE0BA) is unknown color: approx Sandy Beach. HEX triplet: FF, E0 and BA. RGB value is (255,224,186). Sum of RGB (Red+Green+Blue) = 255+224+186=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0BA is #001F45. Grayscale: #E5E5E5. Windows color (decimal): -8006 or 12247295. OLE color: 12247295.

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

Color convert

RGB255224186-
CMYK00.120.270
HSL33.04º100%86.47%-
HSV(B)33.04º27.06%100%-
XYZ76.7678.1257.49-
YUV228.94103.77146.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 186 (73.05% from 255) = 27.97%
R=38.35%
G=33.68%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522418600.120.27033.0410086.47
HexFFE0BA0C1B0216456
Octal37734027201433041144126
Binary1111111111100000101110100110011011010000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0BA; }

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

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

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

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

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

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

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

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