#F7EDB1

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

Shades of Pale Goldenrod #F7EDB1

Tints of Pale Goldenrod #F7EDB1

Color information

#F7EDB1 (or 0xF7EDB1) is unknown color: approx Pale Goldenrod. HEX triplet: F7, ED and B1. RGB value is (247,237,177). Sum of RGB (Red+Green+Blue) = 247+237+177=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 177 (69.53% from 255 or 26.78% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EDB1 is #08124E. Grayscale: #E9E9E9. Windows color (decimal): -528975 or 11660791. OLE color: 11660791.

HSL color Cylindrical-coordinate representation of color #F7EDB1: hue angle of 51.43º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7EDB1 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB247237177-
CMYK00.040.280.03
HSL51.43º81.4%83.14%-
HSV(B)51.43º28.34%96.86%-
XYZ76.5883.5253.68-
YUV233.1596.31137.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 177 (69.53% from 255) = 26.78%
R=37.37%
G=35.85%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723717700.040.280.0351.4381.483.14
HexF7EDB1041C3335153
Octal3673552610434363121123
Binary1111011111101101101100010100111001111001110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDB1; }

 p { color: rgb(247,237,177); }

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

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

 a { background-color: rgb(247,237,177); }

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

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

 span { border-color: rgb(247,237,177); }

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