#FFE96C

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

Shades of Witch Haze #FFE96C

Tints of Witch Haze #FFE96C

Color information

#FFE96C (or 0xFFE96C) is unknown color: approx Witch Haze. HEX triplet: FF, E9 and 6C. RGB value is (255,233,108). Sum of RGB (Red+Green+Blue) = 255+233+108=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 108 (42.58% from 255 or 18.12% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE96C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE96C is #001693. Grayscale: #E1E1E1. Windows color (decimal): -5780 or 7137791. OLE color: 7137791.

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

Color convert

RGB255233108-
CMYK00.090.580
HSL51.02º100%71.18%-
HSV(B)51.02º57.65%100%-
XYZ73.0980.6225.9-
YUV225.3361.79149.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 233 (91.41% from 255) = 39.09%
BLUE value IS 108 (42.58% from 255) = 18.12%
R=42.79%
G=39.09%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523310800.090.58051.0210071.18
HexFFE96C093A0336447
Octal37735115401172063144107
Binary1111111111101001110110001001111010011001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE96C; }

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

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

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

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

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

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

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

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