#F5E1C0

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

Shades of Egg Sour #F5E1C0

Tints of Egg Sour #F5E1C0

Color information

#F5E1C0 (or 0xF5E1C0) is unknown color: approx Egg Sour. HEX triplet: F5, E1 and C0. RGB value is (245,225,192). Sum of RGB (Red+Green+Blue) = 245+225+192=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1C0 is #0A1E3F. Grayscale: #E3E3E3. Windows color (decimal): -663104 or 12640757. OLE color: 12640757.

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

Color convert

RGB245225192-
CMYK00.080.220.04
HSL37.36º72.6%85.69%-
HSV(B)37.36º21.63%96.08%-
XYZ74.177.0760.84-
YUV227.22108.13140.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 192 (75.39% from 255) = 29.00%
R=37.01%
G=33.99%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522519200.080.220.0437.3672.685.69
HexF5E1C008164254956
Octal36534130001026445111126
Binary111101011110000111000000010001011010010010110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E1C0; }

 p { color: rgb(245,225,192); }

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

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

 a { background-color: rgb(245,225,192); }

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

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

 span { border-color: rgb(245,225,192); }

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