#FEEC72

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

Shades of Witch Haze #FEEC72

Tints of Witch Haze #FEEC72

Color information

#FEEC72 (or 0xFEEC72) is unknown color: approx Witch Haze. HEX triplet: FE, EC and 72. RGB value is (254,236,114). Sum of RGB (Red+Green+Blue) = 254+236+114=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 114 (44.92% from 255 or 18.87% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC72 is #01138D. Grayscale: #E3E3E3. Windows color (decimal): -70542 or 7531774. OLE color: 7531774.

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

Color convert

RGB254236114-
CMYK00.070.550.00
HSL52.29º98.59%72.16%-
HSV(B)52.29º55.12%99.61%-
XYZ73.9182.2827.91-
YUV227.4763.96146.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 114 (44.92% from 255) = 18.87%
R=42.05%
G=39.07%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423611400.070.550.0052.2998.5972.16
HexFEEC7207370346348
Octal3763541620767064143110
Binary111111101110110011100100111110111011010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEC72; }

 p { color: rgb(254,236,114); }

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

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

 a { background-color: rgb(254,236,114); }

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

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

 span { border-color: rgb(254,236,114); }

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