Html Css Color HEX #FEE970 Witch Haze

📋 copy color: '#FEE970'

red 254 ◦ green 233 ◦ blue 112

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

Shades of Witch Haze #FEE970

Tints of Witch Haze #FEE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.7%

R = 42.4%
G = 38.9%
B = 18.7%

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

#FEE970 (or 0xFEE970) is known color: Witch Haze. HEX triplet: FE, E9 and 70. RGB value is (254,233,112). Sum of RGB (Red+Green+Blue) = 254+233+112=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 112 (44.14% from 255 or 18.70% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE970 is #01168F. Grayscale: #E1E1E1. Windows color (decimal): -71312 or 7399934. OLE color: 7399934.

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

Color convert

RGB 254 233 112 -
CMYK 0 0.08 0.56 0.00
HSL 51.13º 0.99% 0.72% -
HSV(B) 51.13º 0.56% 1% -
XYZ 72.94 80.52 27.03 -
YUV 225.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 254 233 112 0 0.08 0.56 0.00 51.13 0.99 0.72
Hex FE E9 70 0 8 38 0 33 63 48
Octal 376 351 160 0 10 70 0 63 143 110
Binary 11111110 11101001 1110000 0 1000 111000 0 110011 1100011 1001000

Color Harmonies of #FEE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE970

Black with #FEE970

Text Example


Text Example

White with #FEE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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