#F7E0BD

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

Shades of Egg Sour #F7E0BD

Tints of Egg Sour #F7E0BD

Color information

#F7E0BD (or 0xF7E0BD) is unknown color: approx Egg Sour. HEX triplet: F7, E0 and BD. RGB value is (247,224,189). Sum of RGB (Red+Green+Blue) = 247+224+189=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0BD is #081F42. Grayscale: #E3E3E3. Windows color (decimal): -532291 or 12443895. OLE color: 12443895.

HSL color Cylindrical-coordinate representation of color #F7E0BD: hue angle of 36.21º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7E0BD is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247224189-
CMYK00.090.230.03
HSL36.21º78.38%85.49%-
HSV(B)36.21º23.48%96.86%-
XYZ74.276.7659.05-
YUV226.89106.62142.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=37.42%
G=33.94%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722418900.090.230.0336.2178.3885.49
HexF7E0BD09173244e55
Octal36734027501127344116125
Binary11110111111000001011110101001101111110010010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E0BD; }

 p { color: rgb(247,224,189); }

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

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

 a { background-color: rgb(247,224,189); }

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

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

 span { border-color: rgb(247,224,189); }

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