#FFEEC9

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

Shades of Oasis #FFEEC9

Tints of Oasis #FFEEC9

Color information

#FFEEC9 (or 0xFFEEC9) is unknown color: approx Oasis. HEX triplet: FF, EE and C9. RGB value is (255,238,201). Sum of RGB (Red+Green+Blue) = 255+238+201=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 201 (78.91% from 255 or 28.96% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC9 is #001136. Grayscale: #EFEFEF. Windows color (decimal): -4407 or 13233919. OLE color: 13233919.

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

Color convert

RGB255238201-
CMYK00.070.210
HSL41.11º100%89.41%-
HSV(B)41.11º21.18%100%-
XYZ82.3686.6367.64-
YUV238.86106.63139.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 238 (93.36% from 255) = 34.29%
BLUE value IS 201 (78.91% from 255) = 28.96%
R=36.74%
G=34.29%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523820100.070.21041.1110089.41
HexFFEEC907150296459
Octal3773563110725051144131
Binary111111111110111011001001011110101010100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEC9; }

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

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

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

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

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

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

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

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