#FFE86C

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

Shades of Witch Haze #FFE86C

Tints of Witch Haze #FFE86C

Color information

#FFE86C (or 0xFFE86C) is unknown color: approx Witch Haze. HEX triplet: FF, E8 and 6C. RGB value is (255,232,108). Sum of RGB (Red+Green+Blue) = 255+232+108=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 108 (42.58% from 255 or 18.15% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE86C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE86C is #001793. Grayscale: #E1E1E1. Windows color (decimal): -6036 or 7137535. OLE color: 7137535.

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

Color convert

RGB255232108-
CMYK00.090.580
HSL50.61º100%71.18%-
HSV(B)50.61º57.65%100%-
XYZ72.880.0625.8-
YUV224.7462.12149.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 232 (91.02% from 255) = 38.99%
BLUE value IS 108 (42.58% from 255) = 18.15%
R=42.86%
G=38.99%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523210800.090.58050.6110071.18
HexFFE86C093A0336447
Octal37735015401172063144107
Binary1111111111101000110110001001111010011001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE86C; }

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

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

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

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

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

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

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

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