#FFEF80

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

Shades of Witch Haze #FFEF80

Tints of Witch Haze #FFEF80

Color information

#FFEF80 (or 0xFFEF80) is unknown color: approx Witch Haze. HEX triplet: FF, EF and 80. RGB value is (255,239,128). Sum of RGB (Red+Green+Blue) = 255+239+128=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 128 (50.39% from 255 or 20.58% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF80 is #00107F. Grayscale: #E7E7E7. Windows color (decimal): -4224 or 8450047. OLE color: 8450047.

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

Color convert

RGB255239128-
CMYK00.060.500
HSL52.44º100%75.1%-
HSV(B)52.44º49.8%100%-
XYZ7684.5532.74-
YUV231.1369.8145.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 128 (50.39% from 255) = 20.58%
R=41.00%
G=38.42%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523912800.060.50052.4410075.1
HexFFEF800632034644b
Octal3773572000662064144113
Binary1111111111101111100000000110110010011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEF80; }

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

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

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

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

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

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

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

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