#FFEAC1

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

Shades of Oasis #FFEAC1

Tints of Oasis #FFEAC1

Color information

#FFEAC1 (or 0xFFEAC1) is unknown color: approx Oasis. HEX triplet: FF, EA and C1. RGB value is (255,234,193). Sum of RGB (Red+Green+Blue) = 255+234+193=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC1 is #00153E. Grayscale: #EBEBEB. Windows color (decimal): -5439 or 12708607. OLE color: 12708607.

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

Color convert

RGB255234193-
CMYK00.080.240
HSL39.68º100%87.84%-
HSV(B)39.68º24.31%100%-
XYZ80.2983.9662.43-
YUV235.6103.96141.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 193 (75.78% from 255) = 28.30%
R=37.39%
G=34.31%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523419300.080.24039.6810087.84
HexFFEAC108180286458
Octal37735230101030050144130
Binary1111111111101010110000010100011000010100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAC1; }

 p { color: rgb(255,234,193); }

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

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

 a { background-color: rgb(255,234,193); }

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

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

 span { border-color: rgb(255,234,193); }

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