Html Css Color HEX #FEEE6B Witch Haze

📋 copy color: '#FEEE6B'

red 254 ◦ green 238 ◦ blue 107

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

Shades of Witch Haze #FEEE6B

Tints of Witch Haze #FEEE6B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.73%

 BLUE value IS 107 (42.19% from 255) = 17.86%

R = 42.4%
G = 39.73%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEEE6B (or 0xFEEE6B) is known color: Witch Haze. HEX triplet: FE, EE and 6B. RGB value is (254,238,107). Sum of RGB (Red+Green+Blue) = 254+238+107=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 107 (42.19% from 255 or 17.86% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE6B is #011194. Grayscale: #E4E4E4. Windows color (decimal): -70037 or 7073534. OLE color: 7073534.

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

Color convert

RGB 254 238 107 -
CMYK 0 0.06 0.58 0.00
HSL 53.47º 0.99% 0.71% -
HSV(B) 53.47º 0.58% 1% -
XYZ 74.1 83.28 26.08 -
YUV 227.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 254 238 107 0 0.06 0.58 0.00 53.47 0.99 0.71
Hex FE EE 6B 0 6 3A 0 35 63 47
Octal 376 356 153 0 6 72 0 65 143 107
Binary 11111110 11101110 1101011 0 110 111010 0 110101 1100011 1000111

Color Harmonies of #FEEE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEE6B

Black with #FEEE6B

Text Example


Text Example

White with #FEEE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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