#FFED7C

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

Shades of Witch Haze #FFED7C

Tints of Witch Haze #FFED7C

Color information

#FFED7C (or 0xFFED7C) is unknown color: approx Witch Haze. HEX triplet: FF, ED and 7C. RGB value is (255,237,124). Sum of RGB (Red+Green+Blue) = 255+237+124=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED7C is #001283. Grayscale: #E5E5E5. Windows color (decimal): -4740 or 8187391. OLE color: 8187391.

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

Color convert

RGB255237124-
CMYK00.070.510
HSL51.76º100%74.31%-
HSV(B)51.76º51.37%100%-
XYZ75.1683.2831.18-
YUV229.568.46146.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 124 (48.83% from 255) = 20.13%
R=41.40%
G=38.47%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523712400.070.51051.7610074.31
HexFFED7C0733034644a
Octal3773551740763064144112
Binary111111111110110111111000111110011011010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED7C; }

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

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

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

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

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

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

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

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