#F2EB74

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

Shades of Dolly #F2EB74

Tints of Dolly #F2EB74

Color information

#F2EB74 (or 0xF2EB74) is unknown color: approx Dolly. HEX triplet: F2, EB and 74. RGB value is (242,235,116). Sum of RGB (Red+Green+Blue) = 242+235+116=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 116 (45.70% from 255 or 19.56% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB74 is #0D148B. Grayscale: #E0E0E0. Windows color (decimal): -857228 or 7662578. OLE color: 7662578.

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

Color convert

RGB242235116-
CMYK00.030.520.05
HSL56.67º82.89%70.2%-
HSV(B)56.67º52.07%94.9%-
XYZ69.4879.5528.22-
YUV223.5367.32141.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 116 (45.70% from 255) = 19.56%
R=40.81%
G=39.63%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223511600.030.520.0556.6782.8970.2
HexF2EB7403345395346
Octal3623531640364571123106
Binary1111001011101011111010001111010010111100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB74; }

 p { color: rgb(242,235,116); }

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

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

 a { background-color: rgb(242,235,116); }

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

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

 span { border-color: rgb(242,235,116); }

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