#FFED6C

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

Shades of Witch Haze #FFED6C

Tints of Witch Haze #FFED6C

Color information

#FFED6C (or 0xFFED6C) is unknown color: approx Witch Haze. HEX triplet: FF, ED and 6C. RGB value is (255,237,108). Sum of RGB (Red+Green+Blue) = 255+237+108=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 108 (42.58% from 255 or 18% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED6C is #001293. Grayscale: #E4E4E4. Windows color (decimal): -4756 or 7138815. OLE color: 7138815.

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

Color convert

RGB255237108-
CMYK00.070.580
HSL52.65º100%71.18%-
HSV(B)52.65º57.65%100%-
XYZ74.2382.9126.28-
YUV227.6860.46147.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 108 (42.58% from 255) = 18%
R=42.5%
G=39.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523710800.070.58052.6510071.18
HexFFED6C073A0356447
Octal3773551540772065144107
Binary111111111110110111011000111111010011010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED6C; }

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

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

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

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

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

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

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

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