Html Css Color HEX #FEE974 Witch Haze

📋 copy color: '#FEE974'

red 254 ◦ green 233 ◦ blue 116

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

Shades of Witch Haze #FEE974

Tints of Witch Haze #FEE974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.24%

R = 42.12%
G = 38.64%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEE974 (or 0xFEE974) is known color: Witch Haze. HEX triplet: FE, E9 and 74. RGB value is (254,233,116). Sum of RGB (Red+Green+Blue) = 254+233+116=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 116 (45.70% from 255 or 19.24% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE974 is #01168B. Grayscale: #E2E2E2. Windows color (decimal): -71308 or 7662078. OLE color: 7662078.

HSL color Cylindrical-coordinate representation of color #FEE974: hue angle of 50.87º 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 #FEE974 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 233 116 -
CMYK 0 0.08 0.54 0.00
HSL 50.87º 0.99% 0.73% -
HSV(B) 50.87º 0.54% 1% -
XYZ 73.16 80.61 28.23 -
YUV 225.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 254 233 116 0 0.08 0.54 0.00 50.87 0.99 0.73
Hex FE E9 74 0 8 36 0 33 63 49
Octal 376 351 164 0 10 66 0 63 143 111
Binary 11111110 11101001 1110100 0 1000 110110 0 110011 1100011 1001001

Color Harmonies of #FEE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE974

Black with #FEE974

Text Example


Text Example

White with #FEE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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