Html Css Color HEX #FEE971 Witch Haze

📋 copy color: '#FEE971'

red 254 ◦ green 233 ◦ blue 113

#FEE971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FEE971

Tints of Witch Haze #FEE971

RGB

 RED value IS 254 (99.61% from 255) = 42.33%

 GREEN value IS 233 (91.41% from 255) = 38.83%

 BLUE value IS 113 (44.53% from 255) = 18.83%

R = 42.33%
G = 38.83%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEE971 (or 0xFEE971) is known color: Witch Haze. HEX triplet: FE, E9 and 71. RGB value is (254,233,113). Sum of RGB (Red+Green+Blue) = 254+233+113=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 113 (44.53% from 255 or 18.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE971 is #01168E. Grayscale: #E2E2E2. Windows color (decimal): -71311 or 7465470. OLE color: 7465470.

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

Color convert

RGB 254 233 113 -
CMYK 0 0.08 0.56 0.00
HSL 51.06º 0.99% 0.72% -
HSV(B) 51.06º 0.56% 1% -
XYZ 72.99 80.54 27.32 -
YUV 225.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 254 233 113 0 0.08 0.56 0.00 51.06 0.99 0.72
Hex FE E9 71 0 8 38 0 33 63 48
Octal 376 351 161 0 10 70 0 63 143 110
Binary 11111110 11101001 1110001 0 1000 111000 0 110011 1100011 1001000

Color Harmonies of #FEE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE971

Black with #FEE971

Text Example


Text Example

White with #FEE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE971; }

 p { color: rgb(254,233,113); }

 H1.HeaderClassName
 {
   color: #FEE971;
 }
 .AnyTagClassName
 {
   color: #FEE971;
 }
</style>

background-color css

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

 a { background-color: rgb(254,233,113); }

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

border-color css

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

 span { border-color: rgb(254,233,113); }

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