Html Css Color HEX #FEE394 Vis Vis

📋 copy color: '#FEE394'

red 254 ◦ green 227 ◦ blue 148

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

Shades of Vis Vis #FEE394

Tints of Vis Vis #FEE394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.09%

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

R = 40.38%
G = 36.09%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEE394 (or 0xFEE394) is known color: Vis Vis. HEX triplet: FE, E3 and 94. RGB value is (254,227,148). Sum of RGB (Red+Green+Blue) = 254+227+148=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE394 is #011C6B. Grayscale: #E2E2E2. Windows color (decimal): -72812 or 9757694. OLE color: 9757694.

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

Color convert

RGB 254 227 148 -
CMYK 0 0.11 0.42 0.00
HSL 44.72º 0.98% 0.79% -
HSV(B) 44.72º 0.42% 1% -
XYZ 73.69 78.15 39.22 -
YUV 226.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 254 227 148 0 0.11 0.42 0.00 44.72 0.98 0.79
Hex FE E3 94 0 B 2A 0 2D 62 4F
Octal 376 343 224 0 13 52 0 55 142 117
Binary 11111110 11100011 10010100 0 1011 101010 0 101101 1100010 1001111

Color Harmonies of #FEE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE394

Black with #FEE394

Text Example


Text Example

White with #FEE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE394; }

 p { color: rgb(254,227,148); }

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

background-color css

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

 a { background-color: rgb(254,227,148); }

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

border-color css

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

 span { border-color: rgb(254,227,148); }

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