#FFEEC0

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

Shades of Oasis #FFEEC0

Tints of Oasis #FFEEC0

Color information

#FFEEC0 (or 0xFFEEC0) is unknown color: approx Oasis. HEX triplet: FF, EE and C0. RGB value is (255,238,192). Sum of RGB (Red+Green+Blue) = 255+238+192=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 192 (75.39% from 255 or 28.03% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC0 is #00113F. Grayscale: #EEEEEE. Windows color (decimal): -4416 or 12644095. OLE color: 12644095.

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

Color convert

RGB255238192-
CMYK00.070.250
HSL43.81º100%87.65%-
HSV(B)43.81º24.71%100%-
XYZ81.3386.2162.22-
YUV237.84102.13140.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 192 (75.39% from 255) = 28.03%
R=37.23%
G=34.74%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523819200.070.25043.8110087.65
HexFFEEC0071902c6458
Octal3773563000731054144130
Binary111111111110111011000000011111001010110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEC0; }

 p { color: rgb(255,238,192); }

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

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

 a { background-color: rgb(255,238,192); }

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

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

 span { border-color: rgb(255,238,192); }

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