Html Css Color HEX #FEEB6E Witch Haze

📋 copy color: '#FEEB6E'

red 254 ◦ green 235 ◦ blue 110

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

Shades of Witch Haze #FEEB6E

Tints of Witch Haze #FEEB6E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.23%

 BLUE value IS 110 (43.36% from 255) = 18.36%

R = 42.4%
G = 39.23%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEEB6E (or 0xFEEB6E) is known color: Witch Haze. HEX triplet: FE, EB and 6E. RGB value is (254,235,110). Sum of RGB (Red+Green+Blue) = 254+235+110=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 110 (43.36% from 255 or 18.36% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB6E is #011491. Grayscale: #E2E2E2. Windows color (decimal): -70802 or 7269374. OLE color: 7269374.

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

Color convert

RGB 254 235 110 -
CMYK 0 0.07 0.57 0.00
HSL 52.08º 0.99% 0.71% -
HSV(B) 52.08º 0.57% 1% -
XYZ 73.4 81.61 26.64 -
YUV 226.43 62.29 147.66 -
System Red Green Blue C M Y K H S L
Decimal 254 235 110 0 0.07 0.57 0.00 52.08 0.99 0.71
Hex FE EB 6E 0 7 39 0 34 63 47
Octal 376 353 156 0 7 71 0 64 143 107
Binary 11111110 11101011 1101110 0 111 111001 0 110100 1100011 1000111

Color Harmonies of #FEEB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEB6E

Black with #FEEB6E

Text Example


Text Example

White with #FEEB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEB6E; }

 p { color: rgb(254,235,110); }

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

background-color css

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

 a { background-color: rgb(254,235,110); }

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

border-color css

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

 span { border-color: rgb(254,235,110); }

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