#FFEEC8

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

Shades of Oasis #FFEEC8

Tints of Oasis #FFEEC8

Color information

#FFEEC8 (or 0xFFEEC8) is unknown color: approx Oasis. HEX triplet: FF, EE and C8. RGB value is (255,238,200). Sum of RGB (Red+Green+Blue) = 255+238+200=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 200 (78.52% from 255 or 28.86% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC8 is #001137. Grayscale: #EEEEEE. Windows color (decimal): -4408 or 13168383. OLE color: 13168383.

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

Color convert

RGB255238200-
CMYK00.070.220
HSL41.45º100%89.22%-
HSV(B)41.45º21.57%100%-
XYZ82.2486.5867.02-
YUV238.75106.13139.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 200 (78.52% from 255) = 28.86%
R=36.80%
G=34.34%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523820000.070.22041.4510089.22
HexFFEEC807160296459
Octal3773563100726051144131
Binary111111111110111011001000011110110010100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEC8; }

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

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

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

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

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

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

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

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