#F6EBAA

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

Shades of Pale Goldenrod #F6EBAA

Tints of Pale Goldenrod #F6EBAA

Color information

#F6EBAA (or 0xF6EBAA) is unknown color: approx Pale Goldenrod. HEX triplet: F6, EB and AA. RGB value is (246,235,170). Sum of RGB (Red+Green+Blue) = 246+235+170=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EBAA is #091455. Grayscale: #E7E7E7. Windows color (decimal): -595030 or 11201526. OLE color: 11201526.

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

Color convert

RGB246235170-
CMYK00.040.310.04
HSL51.32º80.85%81.57%-
HSV(B)51.32º30.89%96.47%-
XYZ74.9781.9149.89-
YUV230.8893.64138.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.79%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 170 (66.80% from 255) = 26.11%
R=37.79%
G=36.10%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623517000.040.310.0451.3280.8581.57
HexF6EBAA041F4335152
Octal3663532520437463121122
Binary11110110111010111010101001001111110011001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EBAA; }

 p { color: rgb(246,235,170); }

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

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

 a { background-color: rgb(246,235,170); }

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

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

 span { border-color: rgb(246,235,170); }

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