#FEEE75

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

Shades of Witch Haze #FEEE75

Tints of Witch Haze #FEEE75

Color information

#FEEE75 (or 0xFEEE75) is unknown color: approx Witch Haze. HEX triplet: FE, EE and 75. RGB value is (254,238,117). Sum of RGB (Red+Green+Blue) = 254+238+117=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 117 (46.09% from 255 or 19.21% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE75 is #01118A. Grayscale: #E5E5E5. Windows color (decimal): -70027 or 7728894. OLE color: 7728894.

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

Color convert

RGB254238117-
CMYK00.060.540.00
HSL52.99º98.56%72.75%-
HSV(B)52.99º53.94%99.61%-
XYZ74.6683.529.01-
YUV228.9964.8145.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 117 (46.09% from 255) = 19.21%
R=41.71%
G=39.08%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423811700.060.540.0052.9998.5672.75
HexFEEE7506360356349
Octal3763561650666065143111
Binary111111101110111011101010110110110011010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEE75; }

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

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

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

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

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

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

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

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