Html Css Color HEX #FFEEBF Oasis

📋 copy color: '#FFEEBF'

red 255 ◦ green 238 ◦ blue 191

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

Shades of Oasis #FFEEBF

Tints of Oasis #FFEEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.8%

 BLUE value IS 191 (75% from 255) = 27.92%

R = 37.28%
G = 34.8%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFEEBF (or 0xFFEEBF) is known color: Oasis. HEX triplet: FF, EE and BF. RGB value is (255,238,191). Sum of RGB (Red+Green+Blue) = 255+238+191=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 191 (75% from 255 or 27.92% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEBF is #001140. Grayscale: #EDEDED. Windows color (decimal): -4417 or 12578559. OLE color: 12578559.

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

Color convert

RGB 255 238 191 -
CMYK 0 0.07 0.25 0
HSL 44.06º 1% 0.87% -
HSV(B) 44.06º 0.25% 1% -
XYZ 81.22 86.17 61.64 -
YUV 237.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 255 238 191 0 0.07 0.25 0 44.06 1 0.87
Hex FF EE BF 0 7 19 0 2C 64 57
Octal 377 356 277 0 7 31 0 54 144 127
Binary 11111111 11101110 10111111 0 111 11001 0 101100 1100100 1010111

Color Harmonies of #FFEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEEBF

Black with #FFEEBF

Text Example


Text Example

White with #FFEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEEBF; }

 p { color: rgb(255,238,191); }

 H1.HeaderClassName
 {
   color: #FFEEBF;
 }
 .AnyTagClassName
 {
   color: #FFEEBF;
 }
</style>

background-color css

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

 a { background-color: rgb(255,238,191); }

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

border-color css

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

 span { border-color: rgb(255,238,191); }

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