#FFEAE0

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

Shades of Chablis #FFEAE0

Tints of Chablis #FFEAE0

Color information

#FFEAE0 (or 0xFFEAE0) is unknown color: approx Chablis. HEX triplet: FF, EA and E0. RGB value is (255,234,224). Sum of RGB (Red+Green+Blue) = 255+234+224=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAE0 is #00151F. Grayscale: #EFEFEF. Windows color (decimal): -5408 or 14740223. OLE color: 14740223.

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

Color convert

RGB255234224-
CMYK00.080.120
HSL19.35º100%93.92%-
HSV(B)19.35º12.16%100%-
XYZ84.1285.4982.59-
YUV239.14119.46139.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 234 (91.80% from 255) = 32.82%
BLUE value IS 224 (87.89% from 255) = 31.42%
R=35.76%
G=32.82%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523422400.080.12019.3510093.92
HexFFEAE008C013645e
Octal37735234001014023144136
Binary11111111111010101110000001000110001001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAE0; }

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

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

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

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

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

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

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

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