#F2EBA4

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

Shades of Pale Goldenrod #F2EBA4

Tints of Pale Goldenrod #F2EBA4

Color information

#F2EBA4 (or 0xF2EBA4) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EB and A4. RGB value is (242,235,164). Sum of RGB (Red+Green+Blue) = 242+235+164=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 164 (64.45% from 255 or 25.59% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBA4 is #0D145B. Grayscale: #E5E5E5. Windows color (decimal): -857180 or 10808306. OLE color: 10808306.

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

Color convert

RGB242235164-
CMYK00.030.320.05
HSL54.62º75%79.61%-
HSV(B)54.62º32.23%94.9%-
XYZ73.0380.9746.9-
YUV22991.32137.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 164 (64.45% from 255) = 25.59%
R=37.75%
G=36.66%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223516400.030.320.0554.627579.61
HexF2EBA403205374b50
Octal3623532440340567113120
Binary11110010111010111010010001110000010111011110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBA4; }

 p { color: rgb(242,235,164); }

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

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

 a { background-color: rgb(242,235,164); }

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

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

 span { border-color: rgb(242,235,164); }

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