#FFEABD

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

Shades of Oasis #FFEABD

Tints of Oasis #FFEABD

Color information

#FFEABD (or 0xFFEABD) is unknown color: approx Oasis. HEX triplet: FF, EA and BD. RGB value is (255,234,189). Sum of RGB (Red+Green+Blue) = 255+234+189=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 189 (74.22% from 255 or 27.88% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEABD is #001542. Grayscale: #EBEBEB. Windows color (decimal): -5443 or 12446463. OLE color: 12446463.

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

Color convert

RGB255234189-
CMYK00.080.260
HSL40.91º100%87.06%-
HSV(B)40.91º25.88%100%-
XYZ79.8583.7860.11-
YUV235.15101.96142.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 189 (74.22% from 255) = 27.88%
R=37.61%
G=34.51%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523418900.080.26040.9110087.06
HexFFEABD081A0296457
Octal37735227501032051144127
Binary1111111111101010101111010100011010010100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEABD; }

 p { color: rgb(255,234,189); }

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

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

 a { background-color: rgb(255,234,189); }

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

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

 span { border-color: rgb(255,234,189); }

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