#FFE970

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

Shades of Witch Haze #FFE970

Tints of Witch Haze #FFE970

Color information

#FFE970 (or 0xFFE970) is unknown color: approx Witch Haze. HEX triplet: FF, E9 and 70. RGB value is (255,233,112). Sum of RGB (Red+Green+Blue) = 255+233+112=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 112 (44.14% from 255 or 18.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE970 is #00168F. Grayscale: #E2E2E2. Windows color (decimal): -5776 or 7399935. OLE color: 7399935.

HSL color Cylindrical-coordinate representation of color #FFE970: hue angle of 50.77º 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 #FFE970 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255233112-
CMYK00.090.560
HSL50.77º100%71.96%-
HSV(B)50.77º56.08%100%-
XYZ73.380.7127.04-
YUV225.7863.79148.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 233 (91.41% from 255) = 38.83%
BLUE value IS 112 (44.14% from 255) = 18.67%
R=42.5%
G=38.83%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523311200.090.56050.7710071.96
HexFFE97009380336448
Octal37735116001170063144110
Binary1111111111101001111000001001111000011001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE970; }

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

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

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

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

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

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

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

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