#F0E4AB

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

Shades of Pale Goldenrod #F0E4AB

Tints of Pale Goldenrod #F0E4AB

Color information

#F0E4AB (or 0xF0E4AB) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E4 and AB. RGB value is (240,228,171). Sum of RGB (Red+Green+Blue) = 240+228+171=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E4AB is #0F1B54. Grayscale: #E1E1E1. Windows color (decimal): -990037 or 11265264. OLE color: 11265264.

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

Color convert

RGB240228171-
CMYK00.050.290.06
HSL49.57º69.7%80.59%-
HSV(B)49.57º28.75%94.12%-
XYZ71.0376.9549.64-
YUV225.0997.48138.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 171 (67.19% from 255) = 26.76%
R=37.56%
G=35.68%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022817100.050.290.0649.5769.780.59
HexF0E4AB051D6324651
Octal3603442530535662106121
Binary11110000111001001010101101011110111011001010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4AB; }

 p { color: rgb(240,228,171); }

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

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

 a { background-color: rgb(240,228,171); }

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

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

 span { border-color: rgb(240,228,171); }

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