Html Css Color HEX #FFE494 Vis Vis

📋 copy color: '#FFE494'

red 255 ◦ green 228 ◦ blue 148

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

Shades of Vis Vis #FFE494

Tints of Vis Vis #FFE494

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.13%

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

R = 40.41%
G = 36.13%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFE494 (or 0xFFE494) is known color: Vis Vis. HEX triplet: FF, E4 and 94. RGB value is (255,228,148). Sum of RGB (Red+Green+Blue) = 255+228+148=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE494 is #001B6B. Grayscale: #E3E3E3. Windows color (decimal): -7020 or 9757951. OLE color: 9757951.

HSL color Cylindrical-coordinate representation of color #FFE494: hue angle of 44.86º 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 #FFE494 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 228 148 -
CMYK 0 0.11 0.42 0
HSL 44.86º 1% 0.79% -
HSV(B) 44.86º 0.42% 1% -
XYZ 74.33 78.88 39.33 -
YUV 226.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 255 228 148 0 0.11 0.42 0 44.86 1 0.79
Hex FF E4 94 0 B 2A 0 2D 64 4F
Octal 377 344 224 0 13 52 0 55 144 117
Binary 11111111 11100100 10010100 0 1011 101010 0 101101 1100100 1001111

Color Harmonies of #FFE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE494

Black with #FFE494

Text Example


Text Example

White with #FFE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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