#FFEDC5

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

Shades of Oasis #FFEDC5

Tints of Oasis #FFEDC5

Color information

#FFEDC5 (or 0xFFEDC5) is unknown color: approx Oasis. HEX triplet: FF, ED and C5. RGB value is (255,237,197). Sum of RGB (Red+Green+Blue) = 255+237+197=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 197 (77.34% from 255 or 28.59% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC5 is #00123A. Grayscale: #EEEEEE. Windows color (decimal): -4667 or 12971519. OLE color: 12971519.

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

Color convert

RGB255237197-
CMYK00.070.230
HSL41.38º100%88.63%-
HSV(B)41.38º22.75%100%-
XYZ81.685.8665.09-
YUV237.82104.96140.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 197 (77.34% from 255) = 28.59%
R=37.01%
G=34.40%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523719700.070.23041.3810088.63
HexFFEDC507170296459
Octal3773553050727051144131
Binary111111111110110111000101011110111010100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDC5; }

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

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

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

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

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

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

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

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