#FEEA74

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

Shades of Witch Haze #FEEA74

Tints of Witch Haze #FEEA74

Color information

#FEEA74 (or 0xFEEA74) is unknown color: approx Witch Haze. HEX triplet: FE, EA and 74. RGB value is (254,234,116). Sum of RGB (Red+Green+Blue) = 254+234+116=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 116 (45.70% from 255 or 19.21% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA74 is #01158B. Grayscale: #E3E3E3. Windows color (decimal): -71052 or 7662334. OLE color: 7662334.

HSL color Cylindrical-coordinate representation of color #FEEA74: hue angle of 51.3º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEEA74 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB254234116-
CMYK00.080.540.00
HSL51.3º98.57%72.55%-
HSV(B)51.3º54.33%99.61%-
XYZ73.4581.1828.32-
YUV226.5365.63147.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 116 (45.70% from 255) = 19.21%
R=42.05%
G=38.74%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423411600.080.540.0051.398.5772.55
HexFEEA7408360336349
Octal37635216401066063143111
Binary1111111011101010111010001000110110011001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA74; }

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

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

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

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

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

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

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

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