#F6EBAE

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

Shades of Pale Goldenrod #F6EBAE

Tints of Pale Goldenrod #F6EBAE

Color information

#F6EBAE (or 0xF6EBAE) is unknown color: approx Pale Goldenrod. HEX triplet: F6, EB and AE. RGB value is (246,235,174). Sum of RGB (Red+Green+Blue) = 246+235+174=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EBAE is #091451. Grayscale: #E7E7E7. Windows color (decimal): -595026 or 11463670. OLE color: 11463670.

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

Color convert

RGB246235174-
CMYK00.040.290.04
HSL50.83º80%82.35%-
HSV(B)50.83º29.27%96.47%-
XYZ75.3582.0751.91-
YUV231.3495.64138.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=37.56%
G=35.88%
B=26.56%

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
Decimal24623517400.040.290.0450.838082.35
HexF6EBAE041D4335052
Octal3663532560435463120122
Binary11110110111010111010111001001110110011001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EBAE; }

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

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

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

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

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

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

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

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