#F0E3AF

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

Shades of Pale Goldenrod #F0E3AF

Tints of Pale Goldenrod #F0E3AF

Color information

#F0E3AF (or 0xF0E3AF) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E3 and AF. RGB value is (240,227,175). Sum of RGB (Red+Green+Blue) = 240+227+175=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E3AF is #0F1C50. Grayscale: #E1E1E1. Windows color (decimal): -990289 or 11527152. OLE color: 11527152.

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

Color convert

RGB240227175-
CMYK00.050.270.06
HSL48º68.42%81.37%-
HSV(B)48º27.08%94.12%-
XYZ71.1476.5651.59-
YUV224.9699.81138.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.38%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=37.38%
G=35.36%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022717500.050.270.064868.4281.37
HexF0E3AF051B6304451
Octal3603432570533660104121
Binary11110000111000111010111101011101111011000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3AF; }

 p { color: rgb(240,227,175); }

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

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

 a { background-color: rgb(240,227,175); }

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

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

 span { border-color: rgb(240,227,175); }

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