#FFEA6C

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

Shades of Witch Haze #FFEA6C

Tints of Witch Haze #FFEA6C

Color information

#FFEA6C (or 0xFFEA6C) is unknown color: approx Witch Haze. HEX triplet: FF, EA and 6C. RGB value is (255,234,108). Sum of RGB (Red+Green+Blue) = 255+234+108=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 108 (42.58% from 255 or 18.09% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA6C is #001593. Grayscale: #E2E2E2. Windows color (decimal): -5524 or 7138047. OLE color: 7138047.

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

Color convert

RGB255234108-
CMYK00.080.580
HSL51.43º100%71.18%-
HSV(B)51.43º57.65%100%-
XYZ73.3781.1925.99-
YUV225.9261.46148.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 108 (42.58% from 255) = 18.09%
R=42.71%
G=39.20%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523410800.080.58051.4310071.18
HexFFEA6C083A0336447
Octal37735215401072063144107
Binary1111111111101010110110001000111010011001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA6C; }

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

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

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

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

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

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

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

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