#F6EEAE

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

Shades of Pale Goldenrod #F6EEAE

Tints of Pale Goldenrod #F6EEAE

Color information

#F6EEAE (or 0xF6EEAE) is unknown color: approx Pale Goldenrod. HEX triplet: F6, EE and AE. RGB value is (246,238,174). Sum of RGB (Red+Green+Blue) = 246+238+174=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 174 (68.36% from 255 or 26.44% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EEAE is #091151. Grayscale: #E9E9E9. Windows color (decimal): -594258 or 11464438. OLE color: 11464438.

HSL color Cylindrical-coordinate representation of color #F6EEAE: hue angle of 53.33º 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 #F6EEAE is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246238174-
CMYK00.030.290.04
HSL53.33º80%82.35%-
HSV(B)53.33º29.27%96.47%-
XYZ76.2283.852.2-
YUV233.194.65137.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.39%
GREEN value IS 238 (93.36% from 255) = 36.17%
BLUE value IS 174 (68.36% from 255) = 26.44%
R=37.39%
G=36.17%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623817400.030.290.0453.338082.35
HexF6EEAE031D4355052
Octal3663562560335465120122
Binary1111011011101110101011100111110110011010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EEAE; }

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

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

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

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

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

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

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

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