#FEEA77

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

Shades of Witch Haze #FEEA77

Tints of Witch Haze #FEEA77

Color information

#FEEA77 (or 0xFEEA77) is unknown color: approx Witch Haze. HEX triplet: FE, EA and 77. RGB value is (254,234,119). Sum of RGB (Red+Green+Blue) = 254+234+119=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 119 (46.88% from 255 or 19.60% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA77 is #011588. Grayscale: #E3E3E3. Windows color (decimal): -71049 or 7858942. OLE color: 7858942.

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

Color convert

RGB254234119-
CMYK00.080.530.00
HSL51.11º98.54%73.14%-
HSV(B)51.11º53.15%99.61%-
XYZ73.6381.2529.25-
YUV226.8767.13147.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 119 (46.88% from 255) = 19.60%
R=41.85%
G=38.55%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423411900.080.530.0051.1198.5473.14
HexFEEA7708350336349
Octal37635216701065063143111
Binary1111111011101010111011101000110101011001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA77; }

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

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

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

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

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

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

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

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