#FFEDC3

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

Shades of Oasis #FFEDC3

Tints of Oasis #FFEDC3

Color information

#FFEDC3 (or 0xFFEDC3) is unknown color: approx Oasis. HEX triplet: FF, ED and C3. RGB value is (255,237,195). Sum of RGB (Red+Green+Blue) = 255+237+195=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 195 (76.56% from 255 or 28.38% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC3 is #00123C. Grayscale: #EDEDED. Windows color (decimal): -4669 or 12840447. OLE color: 12840447.

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

Color convert

RGB255237195-
CMYK00.070.240
HSL42º100%88.24%-
HSV(B)42º23.53%100%-
XYZ81.3785.7763.9-
YUV237.59103.96140.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 195 (76.56% from 255) = 28.38%
R=37.12%
G=34.50%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523719500.070.2404210088.24
HexFFEDC3071802a6458
Octal3773553030730052144130
Binary111111111110110111000011011111000010101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDC3; }

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

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

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

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

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

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

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

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