#f0eab6

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

Shades of Pale Goldenrod #F0EAB6

Tints of Pale Goldenrod #F0EAB6

Color information

#F0EAB6 (or 0xF0EAB6) is unknown color: approx Pale Goldenrod. HEX triplet: F0, EA and B6. RGB value is (240,234,182). Sum of RGB (Red+Green+Blue) = 240+234+182=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 182 (71.48% from 255 or 27.74% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EAB6 is #0F1549. Grayscale: #E6E6E6. Windows color (decimal): -988490 or 11987696. OLE color: 11987696.

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

Color convert

RGB240234182-
CMYK00.020.240.06
HSL53.79º65.91%82.75%-
HSV(B)53.79º24.17%94.12%-
XYZ73.880.7555.95-
YUV229.87100.99135.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.59%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 182 (71.48% from 255) = 27.74%
R=36.59%
G=35.67%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023418200.020.240.0653.7965.9182.75
HexF0EAB602186364253
Octal3603522660230666102123
Binary1111000011101010101101100101100011011011010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0eab6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0eab6; }

 p { color: rgb(240,234,182); }

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

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

 a { background-color: rgb(240,234,182); }

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

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

 span { border-color: rgb(240,234,182); }

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