#FFECC7

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

Shades of Oasis #FFECC7

Tints of Oasis #FFECC7

Color information

#FFECC7 (or 0xFFECC7) is unknown color: approx Oasis. HEX triplet: FF, EC and C7. RGB value is (255,236,199). Sum of RGB (Red+Green+Blue) = 255+236+199=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC7 is #001338. Grayscale: #EDEDED. Windows color (decimal): -4921 or 13102335. OLE color: 13102335.

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

Color convert

RGB255236199-
CMYK00.070.220
HSL39.64º100%89.02%-
HSV(B)39.64º21.96%100%-
XYZ81.5485.3766.21-
YUV237.46106.29140.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 236 (92.58% from 255) = 34.20%
BLUE value IS 199 (78.12% from 255) = 28.84%
R=36.96%
G=34.20%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523619900.070.22039.6410089.02
HexFFECC707160286459
Octal3773543070726050144131
Binary111111111110110011000111011110110010100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECC7; }

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

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

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

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

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

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

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

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