#FEEE81

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

Shades of Witch Haze #FEEE81

Tints of Witch Haze #FEEE81

Color information

#FEEE81 (or 0xFEEE81) is unknown color: approx Witch Haze. HEX triplet: FE, EE and 81. RGB value is (254,238,129). Sum of RGB (Red+Green+Blue) = 254+238+129=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 129 (50.78% from 255 or 20.77% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEE81 is #01117E. Grayscale: #E6E6E6. Windows color (decimal): -70015 or 8515326. OLE color: 8515326.

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

Color convert

RGB254238129-
CMYK00.060.490.00
HSL52.32º98.43%75.1%-
HSV(B)52.32º49.21%99.61%-
XYZ75.4183.832.97-
YUV230.3670.8144.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 129 (50.78% from 255) = 20.77%
R=40.90%
G=38.33%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423812900.060.490.0052.3298.4375.1
HexFEEE810631034624b
Octal3763562010661064142113
Binary1111111011101110100000010110110001011010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEE81; }

 p { color: rgb(254,238,129); }

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

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

 a { background-color: rgb(254,238,129); }

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

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

 span { border-color: rgb(254,238,129); }

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