#FFEDC1

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

Shades of Oasis #FFEDC1

Tints of Oasis #FFEDC1

Color information

#FFEDC1 (or 0xFFEDC1) is unknown color: approx Oasis. HEX triplet: FF, ED and C1. RGB value is (255,237,193). Sum of RGB (Red+Green+Blue) = 255+237+193=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 193 (75.78% from 255 or 28.18% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC1 is #00123E. Grayscale: #EDEDED. Windows color (decimal): -4671 or 12709375. OLE color: 12709375.

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

Color convert

RGB255237193-
CMYK00.070.240
HSL42.58º100%87.84%-
HSV(B)42.58º24.31%100%-
XYZ81.1585.6862.71-
YUV237.37102.96140.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 193 (75.78% from 255) = 28.18%
R=37.23%
G=34.60%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523719300.070.24042.5810087.84
HexFFEDC1071802b6458
Octal3773553010730053144130
Binary111111111110110111000001011111000010101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDC1; }

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

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

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

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

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

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

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

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