#F2E5AF

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

Shades of Pale Goldenrod #F2E5AF

Tints of Pale Goldenrod #F2E5AF

Color information

#F2E5AF (or 0xF2E5AF) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E5 and AF. RGB value is (242,229,175). Sum of RGB (Red+Green+Blue) = 242+229+175=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E5AF is #0D1A50. Grayscale: #E2E2E2. Windows color (decimal): -858705 or 11527666. OLE color: 11527666.

HSL color Cylindrical-coordinate representation of color #F2E5AF: hue angle of 48.36º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2E5AF is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242229175-
CMYK00.050.280.05
HSL48.36º72.04%81.76%-
HSV(B)48.36º27.69%94.9%-
XYZ72.3878.0151.8-
YUV226.7398.81138.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.46%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=37.46%
G=35.45%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222917500.050.280.0548.3672.0481.76
HexF2E5AF051C5304852
Octal3623452570534560110122
Binary11110010111001011010111101011110010111000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5AF; }

 p { color: rgb(242,229,175); }

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

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

 a { background-color: rgb(242,229,175); }

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

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

 span { border-color: rgb(242,229,175); }

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