#F7EA72

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

Shades of Witch Haze #F7EA72

Tints of Witch Haze #F7EA72

Color information

#F7EA72 (or 0xF7EA72) is unknown color: approx Witch Haze. HEX triplet: F7, EA and 72. RGB value is (247,234,114). Sum of RGB (Red+Green+Blue) = 247+234+114=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 114 (44.92% from 255 or 19.16% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7EA72 is #08158D. Grayscale: #E0E0E0. Windows color (decimal): -529806 or 7531255. OLE color: 7531255.

HSL color Cylindrical-coordinate representation of color #F7EA72: hue angle of 54.14º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7EA72 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB247234114-
CMYK00.050.540.03
HSL54.14º89.26%70.78%-
HSV(B)54.14º53.85%96.86%-
XYZ70.8279.8327.6-
YUV224.2165.81144.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 234 (91.80% from 255) = 39.33%
BLUE value IS 114 (44.92% from 255) = 19.16%
R=41.51%
G=39.33%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723411400.050.540.0354.1489.2670.78
HexF7EA7205363365947
Octal3673521620566366131107
Binary1111011111101010111001001011101101111011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EA72; }

 p { color: rgb(247,234,114); }

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

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

 a { background-color: rgb(247,234,114); }

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

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

 span { border-color: rgb(247,234,114); }

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