Html Css Color HEX #FFEDC9 Oasis

📋 copy color: '#FFEDC9'

red 255 ◦ green 237 ◦ blue 201

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

Shades of Oasis #FFEDC9

Tints of Oasis #FFEDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29%

R = 36.8%
G = 34.2%
B = 29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 237 201 -
CMYK 0 0.07 0.21 0
HSL 40º 1% 0.89% -
HSV(B) 40º 0.21% 1% -
XYZ 82.07 86.05 67.54 -
YUV 238.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 255 237 201 0 0.07 0.21 0 40 1 0.89
Hex FF ED C9 0 7 15 0 28 64 59
Octal 377 355 311 0 7 25 0 50 144 131
Binary 11111111 11101101 11001001 0 111 10101 0 101000 1100100 1011001

Color Harmonies of #FFEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDC9

Black with #FFEDC9

Text Example


Text Example

White with #FFEDC9

Text Example


Text Example

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