#F0E6A3

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

Shades of Pale Goldenrod #F0E6A3

Tints of Pale Goldenrod #F0E6A3

Color information

#F0E6A3 (or 0xF0E6A3) is unknown color: approx Pale Goldenrod. HEX triplet: F0, E6 and A3. RGB value is (240,230,163). Sum of RGB (Red+Green+Blue) = 240+230+163=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 163 (64.06% from 255 or 25.75% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E6A3 is #0F195C. Grayscale: #E1E1E1. Windows color (decimal): -989533 or 10741488. OLE color: 10741488.

HSL color Cylindrical-coordinate representation of color #F0E6A3: hue angle of 52.21º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0E6A3 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240230163-
CMYK00.040.320.06
HSL52.21º71.96%79.02%-
HSV(B)52.21º32.08%94.12%-
XYZ70.8477.7645.93-
YUV225.3592.81138.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 230 (90.23% from 255) = 36.33%
BLUE value IS 163 (64.06% from 255) = 25.75%
R=37.91%
G=36.33%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023016300.040.320.0652.2171.9679.02
HexF0E6A30420634484f
Octal3603462430440664110117
Binary111100001110011010100011010010000011011010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E6A3; }

 p { color: rgb(240,230,163); }

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

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

 a { background-color: rgb(240,230,163); }

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

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

 span { border-color: rgb(240,230,163); }

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