#F2EAAD

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

Shades of Pale Goldenrod #F2EAAD

Tints of Pale Goldenrod #F2EAAD

Color information

#F2EAAD (or 0xF2EAAD) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EA and AD. RGB value is (242,234,173). Sum of RGB (Red+Green+Blue) = 242+234+173=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 173 (67.97% from 255 or 26.66% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAAD is #0D1552. Grayscale: #E5E5E5. Windows color (decimal): -857427 or 11397874. OLE color: 11397874.

HSL color Cylindrical-coordinate representation of color #F2EAAD: hue angle of 53.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2EAAD is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242234173-
CMYK00.030.290.05
HSL53.04º72.63%81.37%-
HSV(B)53.04º28.51%94.9%-
XYZ73.5880.7451.24-
YUV229.4496.15136.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.29%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 173 (67.97% from 255) = 26.66%
R=37.29%
G=36.06%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223417300.030.290.0553.0472.6381.37
HexF2EAAD031D5354951
Octal3623522550335565111121
Binary1111001011101010101011010111110110111010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAAD; }

 p { color: rgb(242,234,173); }

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

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

 a { background-color: rgb(242,234,173); }

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

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

 span { border-color: rgb(242,234,173); }

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