Html Css Color HEX #FFEDC5 Oasis

📋 copy color: '#FFEDC5'

red 255 ◦ green 237 ◦ blue 197

#FFEDC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oasis #FFEDC5

Tints of Oasis #FFEDC5

RGB

 RED value IS 255 (100% from 255) = 37.01%

 GREEN value IS 237 (92.97% from 255) = 34.4%

 BLUE value IS 197 (77.34% from 255) = 28.59%

R = 37.01%
G = 34.4%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFEDC5 (or 0xFFEDC5) is known color: 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

RGB 255 237 197 -
CMYK 0 0.07 0.23 0
HSL 41.38º 1% 0.89% -
HSV(B) 41.38º 0.23% 1% -
XYZ 81.6 85.86 65.09 -
YUV 237.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 255 237 197 0 0.07 0.23 0 41.38 1 0.89
Hex FF ED C5 0 7 17 0 29 64 59
Octal 377 355 305 0 7 27 0 51 144 131
Binary 11111111 11101101 11000101 0 111 10111 0 101001 1100100 1011001

Color Harmonies of #FFEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDC5

Black with #FFEDC5

Text Example


Text Example

White with #FFEDC5

Text Example


Text Example

HTML Codes & Css Web 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>