#FFEEC1

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

Shades of Oasis #FFEEC1

Tints of Oasis #FFEEC1

Color information

#FFEEC1 (or 0xFFEEC1) is unknown color: approx Oasis. HEX triplet: FF, EE and C1. RGB value is (255,238,193). Sum of RGB (Red+Green+Blue) = 255+238+193=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 193 (75.78% from 255 or 28.13% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEC1 is #00113E. Grayscale: #EEEEEE. Windows color (decimal): -4415 or 12709631. OLE color: 12709631.

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

Color convert

RGB255238193-
CMYK00.070.240
HSL43.55º100%87.84%-
HSV(B)43.55º24.31%100%-
XYZ81.4486.2662.81-
YUV237.95102.63140.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 193 (75.78% from 255) = 28.13%
R=37.17%
G=34.69%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523819300.070.24043.5510087.84
HexFFEEC1071802c6458
Octal3773563010730054144130
Binary111111111110111011000001011111000010110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEC1; }

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

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

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

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

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

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

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

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