#F1EA6C

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

Shades of Dolly #F1EA6C

Tints of Dolly #F1EA6C

Color information

#F1EA6C (or 0xF1EA6C) is unknown color: approx Dolly. HEX triplet: F1, EA and 6C. RGB value is (241,234,108). Sum of RGB (Red+Green+Blue) = 241+234+108=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 108 (42.58% from 255 or 18.52% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EA6C is #0E1593. Grayscale: #DEDEDE. Windows color (decimal): -923028 or 7138033. OLE color: 7138033.

HSL color Cylindrical-coordinate representation of color #F1EA6C: hue angle of 56.84º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1EA6C is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241234108-
CMYK00.030.550.05
HSL56.84º82.61%68.43%-
HSV(B)56.84º55.19%94.51%-
XYZ68.4178.6325.76-
YUV221.7363.82141.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 234 (91.80% from 255) = 40.14%
BLUE value IS 108 (42.58% from 255) = 18.52%
R=41.34%
G=40.14%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123410800.030.550.0556.8482.6168.43
HexF1EA6C03375395344
Octal3613521540367571123104
Binary1111000111101010110110001111011110111100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA6C; }

 p { color: rgb(241,234,108); }

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

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

 a { background-color: rgb(241,234,108); }

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

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

 span { border-color: rgb(241,234,108); }

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