#F2EE6E

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

Shades of Dolly #F2EE6E

Tints of Dolly #F2EE6E

Color information

#F2EE6E (or 0xF2EE6E) is unknown color: approx Dolly. HEX triplet: F2, EE and 6E. RGB value is (242,238,110). Sum of RGB (Red+Green+Blue) = 242+238+110=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE6E is #0D1191. Grayscale: #E1E1E1. Windows color (decimal): -856466 or 7270130. OLE color: 7270130.

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

Color convert

RGB242238110-
CMYK00.020.550.05
HSL58.18º83.54%69.02%-
HSV(B)58.18º54.55%94.9%-
XYZ70.0181.1526.73-
YUV224.663.33140.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 238 (93.36% from 255) = 40.34%
BLUE value IS 110 (43.36% from 255) = 18.64%
R=41.02%
G=40.34%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223811000.020.550.0558.1883.5469.02
HexF2EE6E023753a5445
Octal3623561560267572124105
Binary1111001011101110110111001011011110111101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EE6E; }

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

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

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

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

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

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

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

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