Html Css Color HEX #FFE994 Vis Vis

📋 copy color: '#FFE994'

red 255 ◦ green 233 ◦ blue 148

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

Shades of Vis Vis #FFE994

Tints of Vis Vis #FFE994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.27%

R = 40.09%
G = 36.64%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFE994 (or 0xFFE994) is known color: Vis Vis. HEX triplet: FF, E9 and 94. RGB value is (255,233,148). Sum of RGB (Red+Green+Blue) = 255+233+148=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 148 (58.20% from 255 or 23.27% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE994 is #00166B. Grayscale: #E6E6E6. Windows color (decimal): -5740 or 9759231. OLE color: 9759231.

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

Color convert

RGB 255 233 148 -
CMYK 0 0.09 0.42 0
HSL 47.66º 1% 0.79% -
HSV(B) 47.66º 0.42% 1% -
XYZ 75.72 81.68 39.79 -
YUV 229.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 255 233 148 0 0.09 0.42 0 47.66 1 0.79
Hex FF E9 94 0 9 2A 0 30 64 4F
Octal 377 351 224 0 11 52 0 60 144 117
Binary 11111111 11101001 10010100 0 1001 101010 0 110000 1100100 1001111

Color Harmonies of #FFE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE994

Black with #FFE994

Text Example


Text Example

White with #FFE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE994; }

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

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

background-color css

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

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

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

border-color css

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

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

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