#FEEC7A

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

Shades of Witch Haze #FEEC7A

Tints of Witch Haze #FEEC7A

Color information

#FEEC7A (or 0xFEEC7A) is unknown color: approx Witch Haze. HEX triplet: FE, EC and 7A. RGB value is (254,236,122). Sum of RGB (Red+Green+Blue) = 254+236+122=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 122 (48.05% from 255 or 19.93% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC7A is #011385. Grayscale: #E4E4E4. Windows color (decimal): -70534 or 8056062. OLE color: 8056062.

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

Color convert

RGB254236122-
CMYK00.070.520.00
HSL51.82º98.51%73.73%-
HSV(B)51.82º51.97%99.61%-
XYZ74.3882.4730.41-
YUV228.3967.96146.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 236 (92.58% from 255) = 38.56%
BLUE value IS 122 (48.05% from 255) = 19.93%
R=41.50%
G=38.56%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423612200.070.520.0051.8298.5173.73
HexFEEC7A0734034634a
Octal3763541720764064143112
Binary111111101110110011110100111110100011010011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEC7A; }

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

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

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

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

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

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

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

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