Html Css Color HEX #FFE96A Witch Haze

📋 copy color: '#FFE96A'

red 255 ◦ green 233 ◦ blue 106

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

Shades of Witch Haze #FFE96A

Tints of Witch Haze #FFE96A

RGB

 RED value IS 255 (100% from 255) = 42.93%

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

 BLUE value IS 106 (41.8% from 255) = 17.85%

R = 42.93%
G = 39.23%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFE96A (or 0xFFE96A) is known color: Witch Haze. HEX triplet: FF, E9 and 6A. RGB value is (255,233,106). Sum of RGB (Red+Green+Blue) = 255+233+106=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE96A is #001695. Grayscale: #E1E1E1. Windows color (decimal): -5782 or 7006719. OLE color: 7006719.

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

Color convert

RGB 255 233 106 -
CMYK 0 0.09 0.58 0
HSL 51.14º 1% 0.71% -
HSV(B) 51.14º 0.58% 1% -
XYZ 72.98 80.58 25.34 -
YUV 225.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 255 233 106 0 0.09 0.58 0 51.14 1 0.71
Hex FF E9 6A 0 9 3A 0 33 64 47
Octal 377 351 152 0 11 72 0 63 144 107
Binary 11111111 11101001 1101010 0 1001 111010 0 110011 1100100 1000111

Color Harmonies of #FFE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE96A

Black with #FFE96A

Text Example


Text Example

White with #FFE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE96A; }

 p { color: rgb(255,233,106); }

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

background-color css

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

 a { background-color: rgb(255,233,106); }

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

border-color css

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

 span { border-color: rgb(255,233,106); }

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