#FFEAC2

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

Shades of Oasis #FFEAC2

Tints of Oasis #FFEAC2

Color information

#FFEAC2 (or 0xFFEAC2) is unknown color: approx Oasis. HEX triplet: FF, EA and C2. RGB value is (255,234,194). Sum of RGB (Red+Green+Blue) = 255+234+194=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC2 is #00153D. Grayscale: #EBEBEB. Windows color (decimal): -5438 or 12774143. OLE color: 12774143.

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

Color convert

RGB255234194-
CMYK00.080.240
HSL39.34º100%88.04%-
HSV(B)39.34º23.92%100%-
XYZ80.48463.02-
YUV235.72104.46141.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 194 (76.17% from 255) = 28.40%
R=37.34%
G=34.26%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523419400.080.24039.3410088.04
HexFFEAC208180276458
Octal37735230201030047144130
Binary1111111111101010110000100100011000010011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAC2; }

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

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

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

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

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

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

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

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