#FFEDC9

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

Shades of Oasis #FFEDC9

Tints of Oasis #FFEDC9

Color information

#FFEDC9 (or 0xFFEDC9) is unknown color: approx Oasis. HEX triplet: FF, ED and C9. RGB value is (255,237,201). Sum of RGB (Red+Green+Blue) = 255+237+201=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 201 (78.91% from 255 or 29.00% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC9 is #001236. Grayscale: #EEEEEE. Windows color (decimal): -4663 or 13233663. OLE color: 13233663.

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

Color convert

RGB255237201-
CMYK00.070.210
HSL40º100%89.41%-
HSV(B)40º21.18%100%-
XYZ82.0786.0567.54-
YUV238.28106.96139.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 201 (78.91% from 255) = 29.00%
R=36.80%
G=34.20%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523720100.070.2104010089.41
HexFFEDC907150286459
Octal3773553110725050144131
Binary111111111110110111001001011110101010100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDC9; }

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

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

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

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

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

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

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

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