#F6EDAF

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

Shades of Pale Goldenrod #F6EDAF

Tints of Pale Goldenrod #F6EDAF

Color information

#F6EDAF (or 0xF6EDAF) is unknown color: approx Pale Goldenrod. HEX triplet: F6, ED and AF. RGB value is (246,237,175). Sum of RGB (Red+Green+Blue) = 246+237+175=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EDAF is #091250. Grayscale: #E8E8E8. Windows color (decimal): -594513 or 11529718. OLE color: 11529718.

HSL color Cylindrical-coordinate representation of color #F6EDAF: hue angle of 52.39º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6EDAF is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246237175-
CMYK00.040.290.04
HSL52.39º79.78%82.55%-
HSV(B)52.39º28.86%96.47%-
XYZ76.0383.2652.62-
YUV232.6295.48137.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.39%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 175 (68.75% from 255) = 26.60%
R=37.39%
G=36.02%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623717500.040.290.0452.3979.7882.55
HexF6EDAF041D4345053
Octal3663552570435464120123
Binary11110110111011011010111101001110110011010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDAF; }

 p { color: rgb(246,237,175); }

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

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

 a { background-color: rgb(246,237,175); }

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

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

 span { border-color: rgb(246,237,175); }

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