Html Css Color HEX #FFEFBE Oasis

📋 copy color: '#FFEFBE'

red 255 ◦ green 239 ◦ blue 190

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

Shades of Oasis #FFEFBE

Tints of Oasis #FFEFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.94%

 BLUE value IS 190 (74.61% from 255) = 27.78%

R = 37.28%
G = 34.94%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFEFBE (or 0xFFEFBE) is known color: Oasis. HEX triplet: FF, EF and BE. RGB value is (255,239,190). Sum of RGB (Red+Green+Blue) = 255+239+190=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFBE is #001041. Grayscale: #EEEEEE. Windows color (decimal): -4162 or 12513279. OLE color: 12513279.

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

Color convert

RGB 255 239 190 -
CMYK 0 0.06 0.25 0
HSL 45.23º 1% 0.87% -
HSV(B) 45.23º 0.25% 1% -
XYZ 81.4 86.71 61.16 -
YUV 238.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 255 239 190 0 0.06 0.25 0 45.23 1 0.87
Hex FF EF BE 0 6 19 0 2D 64 57
Octal 377 357 276 0 6 31 0 55 144 127
Binary 11111111 11101111 10111110 0 110 11001 0 101101 1100100 1010111

Color Harmonies of #FFEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEFBE

Black with #FFEFBE

Text Example


Text Example

White with #FFEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEFBE; }

 p { color: rgb(255,239,190); }

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

background-color css

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

 a { background-color: rgb(255,239,190); }

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

border-color css

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

 span { border-color: rgb(255,239,190); }

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