#FFEFC4

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

Shades of Oasis #FFEFC4

Tints of Oasis #FFEFC4

Color information

#FFEFC4 (or 0xFFEFC4) is unknown color: approx Oasis. HEX triplet: FF, EF and C4. RGB value is (255,239,196). Sum of RGB (Red+Green+Blue) = 255+239+196=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 196 (76.95% from 255 or 28.41% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFC4 is #00103B. Grayscale: #EFEFEF. Windows color (decimal): -4156 or 12906495. OLE color: 12906495.

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

Color convert

RGB255239196-
CMYK00.060.230
HSL43.73º100%88.43%-
HSV(B)43.73º23.14%100%-
XYZ82.0786.9864.69-
YUV238.88103.8139.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 196 (76.95% from 255) = 28.41%
R=36.96%
G=34.64%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523919600.060.23043.7310088.43
HexFFEFC4061702c6458
Octal3773573040627054144130
Binary111111111110111111000100011010111010110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFC4; }

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

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

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

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

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

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

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

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