#FFEAC4

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

Shades of Oasis #FFEAC4

Tints of Oasis #FFEAC4

Color information

#FFEAC4 (or 0xFFEAC4) is unknown color: approx Oasis. HEX triplet: FF, EA and C4. RGB value is (255,234,196). Sum of RGB (Red+Green+Blue) = 255+234+196=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC4 is #00153B. Grayscale: #ECECEC. Windows color (decimal): -5436 or 12905215. OLE color: 12905215.

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

Color convert

RGB255234196-
CMYK00.080.230
HSL38.64º100%88.43%-
HSV(B)38.64º23.14%100%-
XYZ80.6384.0964.21-
YUV235.95105.46141.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 196 (76.95% from 255) = 28.61%
R=37.23%
G=34.16%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523419600.080.23038.6410088.43
HexFFEAC408170276458
Octal37735230401027047144130
Binary1111111111101010110001000100010111010011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAC4; }

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

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

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

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

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

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

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

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