#FFE971

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

Shades of Witch Haze #FFE971

Tints of Witch Haze #FFE971

Color information

#FFE971 (or 0xFFE971) is unknown color: approx Witch Haze. HEX triplet: FF, E9 and 71. RGB value is (255,233,113). Sum of RGB (Red+Green+Blue) = 255+233+113=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 113 (44.53% from 255 or 18.80% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE971 is #00168E. Grayscale: #E2E2E2. Windows color (decimal): -5775 or 7465471. OLE color: 7465471.

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

Color convert

RGB255233113-
CMYK00.090.560
HSL50.7º100%72.16%-
HSV(B)50.7º55.69%100%-
XYZ73.3680.7327.34-
YUV225.964.29148.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 233 (91.41% from 255) = 38.77%
BLUE value IS 113 (44.53% from 255) = 18.80%
R=42.43%
G=38.77%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523311300.090.56050.710072.16
HexFFE97109380336448
Octal37735116101170063144110
Binary1111111111101001111000101001111000011001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE971; }

 p { color: rgb(255,233,113); }

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

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

 a { background-color: rgb(255,233,113); }

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

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

 span { border-color: rgb(255,233,113); }

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