#FFED82

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

Shades of Witch Haze #FFED82

Tints of Witch Haze #FFED82

Color information

#FFED82 (or 0xFFED82) is unknown color: approx Witch Haze. HEX triplet: FF, ED and 82. RGB value is (255,237,130). Sum of RGB (Red+Green+Blue) = 255+237+130=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 130 (51.17% from 255 or 20.90% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED82 is #00127D. Grayscale: #E6E6E6. Windows color (decimal): -4734 or 8580607. OLE color: 8580607.

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

Color convert

RGB255237130-
CMYK00.070.490
HSL51.36º100%75.49%-
HSV(B)51.36º49.02%100%-
XYZ75.5583.4433.24-
YUV230.1871.46145.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 237 (92.97% from 255) = 38.10%
BLUE value IS 130 (51.17% from 255) = 20.90%
R=41.00%
G=38.10%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523713000.070.49051.3610075.49
HexFFED820731033644b
Octal3773552020761063144113
Binary1111111111101101100000100111110001011001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED82; }

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

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

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

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

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

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

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

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