#FFED80

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

Shades of Witch Haze #FFED80

Tints of Witch Haze #FFED80

Color information

#FFED80 (or 0xFFED80) is unknown color: approx Witch Haze. HEX triplet: FF, ED and 80. RGB value is (255,237,128). Sum of RGB (Red+Green+Blue) = 255+237+128=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 128 (50.39% from 255 or 20.65% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED80 is #00127F. Grayscale: #E6E6E6. Windows color (decimal): -4736 or 8449535. OLE color: 8449535.

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

Color convert

RGB255237128-
CMYK00.070.500
HSL51.5º100%75.1%-
HSV(B)51.5º49.8%100%-
XYZ75.4283.3932.54-
YUV229.9670.46145.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 128 (50.39% from 255) = 20.65%
R=41.13%
G=38.23%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523712800.070.50051.510075.1
HexFFED800732033644b
Octal3773552000762063144113
Binary1111111111101101100000000111110010011001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED80; }

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

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

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

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

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

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

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

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