#F1EA69

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

Shades of Dolly #F1EA69

Tints of Dolly #F1EA69

Color information

#F1EA69 (or 0xF1EA69) is unknown color: approx Dolly. HEX triplet: F1, EA and 69. RGB value is (241,234,105). Sum of RGB (Red+Green+Blue) = 241+234+105=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 105 (41.41% from 255 or 18.10% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EA69 is #0E1596. Grayscale: #DDDDDD. Windows color (decimal): -923031 or 6941425. OLE color: 6941425.

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

Color convert

RGB241234105-
CMYK00.030.560.05
HSL56.91º82.93%67.84%-
HSV(B)56.91º56.43%94.51%-
XYZ68.2578.5724.93-
YUV221.3962.32141.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 105 (41.41% from 255) = 18.10%
R=41.55%
G=40.34%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123410500.030.560.0556.9182.9367.84
HexF1EA6903385395344
Octal3613521510370571123104
Binary1111000111101010110100101111100010111100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA69; }

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

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

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

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

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

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

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

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