#F2ECAD

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

Shades of Pale Goldenrod #F2ECAD

Tints of Pale Goldenrod #F2ECAD

Color information

#F2ECAD (or 0xF2ECAD) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EC and AD. RGB value is (242,236,173). Sum of RGB (Red+Green+Blue) = 242+236+173=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 173 (67.97% from 255 or 26.57% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECAD is #0D1352. Grayscale: #E6E6E6. Windows color (decimal): -856915 or 11398386. OLE color: 11398386.

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

Color convert

RGB242236173-
CMYK00.020.290.05
HSL54.78º72.63%81.37%-
HSV(B)54.78º28.51%94.9%-
XYZ74.1681.8951.43-
YUV230.6195.49136.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.17%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 173 (67.97% from 255) = 26.57%
R=37.17%
G=36.25%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223617300.020.290.0554.7872.6381.37
HexF2ECAD021D5374951
Octal3623542550235567111121
Binary1111001011101100101011010101110110111011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECAD; }

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

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

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

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

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

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

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

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