#FFEAC3

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

Shades of Oasis #FFEAC3

Tints of Oasis #FFEAC3

Color information

#FFEAC3 (or 0xFFEAC3) is unknown color: approx Oasis. HEX triplet: FF, EA and C3. RGB value is (255,234,195). Sum of RGB (Red+Green+Blue) = 255+234+195=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 195 (76.56% from 255 or 28.51% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAC3 is #00153C. Grayscale: #ECECEC. Windows color (decimal): -5437 or 12839679. OLE color: 12839679.

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

Color convert

RGB255234195-
CMYK00.080.240
HSL39º100%88.24%-
HSV(B)39º23.53%100%-
XYZ80.5184.0563.61-
YUV235.83104.96141.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 195 (76.56% from 255) = 28.51%
R=37.28%
G=34.21%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523419500.080.2403910088.24
HexFFEAC308180276458
Octal37735230301030047144130
Binary1111111111101010110000110100011000010011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAC3; }

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

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

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

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

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

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

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

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