#F0EBAA

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

Shades of Pale Goldenrod #F0EBAA

Tints of Pale Goldenrod #F0EBAA

Color information

#F0EBAA (or 0xF0EBAA) is unknown color: approx Pale Goldenrod. HEX triplet: F0, EB and AA. RGB value is (240,235,170). Sum of RGB (Red+Green+Blue) = 240+235+170=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EBAA is #0F1455. Grayscale: #E5E5E5. Windows color (decimal): -988246 or 11201520. OLE color: 11201520.

HSL color Cylindrical-coordinate representation of color #F0EBAA: hue angle of 55.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0EBAA is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240235170-
CMYK00.020.290.06
HSL55.71º70%80.39%-
HSV(B)55.71º29.17%94.12%-
XYZ72.980.8449.79-
YUV229.0894.66135.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 170 (66.80% from 255) = 26.36%
R=37.21%
G=36.43%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023517000.020.290.0655.717080.39
HexF0EBAA021D6384650
Octal3603532520235670106120
Binary1111000011101011101010100101110111011100010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBAA; }

 p { color: rgb(240,235,170); }

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

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

 a { background-color: rgb(240,235,170); }

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

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

 span { border-color: rgb(240,235,170); }

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