#FFFFEA

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

Shades of Ivory #FFFFEA

Tints of Ivory #FFFFEA

Color information

#FFFFEA (or 0xFFFFEA) is unknown color: approx Ivory. HEX triplet: FF, FF and EA. RGB value is (255,255,234). Sum of RGB (Red+Green+Blue) = 255+255+234=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 255 (100% from 255 or 34.27% from 744); Blue value is 234 (91.80% from 255 or 31.45% from 744); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFEA is #000015. Grayscale: #FCFCFC. Windows color (decimal): -22 or 15400959. OLE color: 15400959.

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

Color convert

RGB255255234-
CMYK000.080
HSL60º100%95.88%-
HSV(B)60º8.24%100%-
XYZ91.8598.7292.06-
YUV252.61117.5129.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.27%
GREEN value IS 255 (100% from 255) = 34.27%
BLUE value IS 234 (91.80% from 255) = 31.45%
R=34.27%
G=34.27%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255234000.0806010095.88
HexFFFFEA00803c6460
Octal3773773520010074144140
Binary111111111111111111101010001000011110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFEA; }

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

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

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

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

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

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

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

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