#F1EE6E

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

Shades of Dolly #F1EE6E

Tints of Dolly #F1EE6E

Color information

#F1EE6E (or 0xF1EE6E) is unknown color: approx Dolly. HEX triplet: F1, EE and 6E. RGB value is (241,238,110). Sum of RGB (Red+Green+Blue) = 241+238+110=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EE6E is #0E1191. Grayscale: #E0E0E0. Windows color (decimal): -922002 or 7270129. OLE color: 7270129.

HSL color Cylindrical-coordinate representation of color #F1EE6E: hue angle of 58.63º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1EE6E is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB241238110-
CMYK00.010.540.05
HSL58.63º82.39%68.82%-
HSV(B)58.63º54.36%94.51%-
XYZ69.6680.9826.71-
YUV224.363.49139.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 110 (43.36% from 255) = 18.68%
R=40.92%
G=40.41%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123811000.010.540.0558.6382.3968.82
HexF1EE6E013653b5245
Octal3613561560166573122105
Binary111100011110111011011100111011010111101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EE6E; }

 p { color: rgb(241,238,110); }

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

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

 a { background-color: rgb(241,238,110); }

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

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

 span { border-color: rgb(241,238,110); }

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