#FFECC5

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

Shades of Oasis #FFECC5

Tints of Oasis #FFECC5

Color information

#FFECC5 (or 0xFFECC5) is unknown color: approx Oasis. HEX triplet: FF, EC and C5. RGB value is (255,236,197). Sum of RGB (Red+Green+Blue) = 255+236+197=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 197 (77.34% from 255 or 28.63% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC5 is #00133A. Grayscale: #EDEDED. Windows color (decimal): -4923 or 12971263. OLE color: 12971263.

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

Color convert

RGB255236197-
CMYK00.070.230
HSL40.34º100%88.63%-
HSV(B)40.34º22.75%100%-
XYZ81.3185.2865-
YUV237.24105.29140.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 197 (77.34% from 255) = 28.63%
R=37.06%
G=34.30%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523619700.070.23040.3410088.63
HexFFECC507170286459
Octal3773543050727050144131
Binary111111111110110011000101011110111010100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECC5; }

 p { color: rgb(255,236,197); }

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

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

 a { background-color: rgb(255,236,197); }

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

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

 span { border-color: rgb(255,236,197); }

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