#F5E0BF

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

Shades of Egg Sour #F5E0BF

Tints of Egg Sour #F5E0BF

Color information

#F5E0BF (or 0xF5E0BF) is unknown color: approx Egg Sour. HEX triplet: F5, E0 and BF. RGB value is (245,224,191). Sum of RGB (Red+Green+Blue) = 245+224+191=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E0BF is #0A1F40. Grayscale: #E2E2E2. Windows color (decimal): -663361 or 12574965. OLE color: 12574965.

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

Color convert

RGB245224191-
CMYK00.090.220.04
HSL36.67º72.97%85.49%-
HSV(B)36.67º22.04%96.08%-
XYZ73.7276.4960.17-
YUV226.52107.96141.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.12%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 191 (75% from 255) = 28.94%
R=37.12%
G=33.94%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522419100.090.220.0436.6772.9785.49
HexF5E0BF09164254955
Octal36534027701126445111125
Binary111101011110000010111111010011011010010010110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E0BF; }

 p { color: rgb(245,224,191); }

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

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

 a { background-color: rgb(245,224,191); }

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

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

 span { border-color: rgb(245,224,191); }

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