#F0EA74

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

Shades of Dolly #F0EA74

Tints of Dolly #F0EA74

Color information

#F0EA74 (or 0xF0EA74) is unknown color: approx Dolly. HEX triplet: F0, EA and 74. RGB value is (240,234,116). Sum of RGB (Red+Green+Blue) = 240+234+116=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EA74 is #0F158B. Grayscale: #DEDEDE. Windows color (decimal): -988556 or 7662320. OLE color: 7662320.

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

Color convert

RGB240234116-
CMYK00.020.520.06
HSL57.1º80.52%69.8%-
HSV(B)57.1º51.67%94.12%-
XYZ68.5178.6328.09-
YUV222.3467.99140.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 234 (91.80% from 255) = 39.66%
BLUE value IS 116 (45.70% from 255) = 19.66%
R=40.68%
G=39.66%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023411600.020.520.0657.180.5269.8
HexF0EA7402346395146
Octal3603521640264671121106
Binary1111000011101010111010001011010011011100110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EA74; }

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

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

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

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

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

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

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

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