#FFEDC7

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

Shades of Oasis #FFEDC7

Tints of Oasis #FFEDC7

Color information

#FFEDC7 (or 0xFFEDC7) is unknown color: approx Oasis. HEX triplet: FF, ED and C7. RGB value is (255,237,199). Sum of RGB (Red+Green+Blue) = 255+237+199=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 199 (78.12% from 255 or 28.80% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC7 is #001238. Grayscale: #EEEEEE. Windows color (decimal): -4665 or 13102591. OLE color: 13102591.

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

Color convert

RGB255237199-
CMYK00.070.220
HSL40.71º100%89.02%-
HSV(B)40.71º21.96%100%-
XYZ81.8385.9566.31-
YUV238.05105.96140.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 199 (78.12% from 255) = 28.80%
R=36.90%
G=34.30%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523719900.070.22040.7110089.02
HexFFEDC707160296459
Octal3773553070726051144131
Binary111111111110110111000111011110110010100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDC7; }

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

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

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

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

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

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

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

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